@basic-genomics/hivtrace-viz 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/embed/hivtrace.css +24 -0
- package/dist/embed/hivtrace.css.map +1 -1
- package/dist/hivtrace.css +24 -0
- package/dist/hivtrace.css.map +1 -1
- package/package.json +1 -1
package/dist/embed/hivtrace.css
CHANGED
|
@@ -11975,6 +11975,30 @@ circle.cluster {
|
|
|
11975
11975
|
border-radius: 6px;
|
|
11976
11976
|
}
|
|
11977
11977
|
|
|
11978
|
+
/* Force scrollbar visibility on macOS/WebKit browsers */
|
|
11979
|
+
#trace-results #network_tag::-webkit-scrollbar,
|
|
11980
|
+
.hivtrace-network-svg-container::-webkit-scrollbar {
|
|
11981
|
+
width: 8px;
|
|
11982
|
+
height: 8px;
|
|
11983
|
+
}
|
|
11984
|
+
|
|
11985
|
+
#trace-results #network_tag::-webkit-scrollbar-track,
|
|
11986
|
+
.hivtrace-network-svg-container::-webkit-scrollbar-track {
|
|
11987
|
+
background: #f1f1f1;
|
|
11988
|
+
border-radius: 4px;
|
|
11989
|
+
}
|
|
11990
|
+
|
|
11991
|
+
#trace-results #network_tag::-webkit-scrollbar-thumb,
|
|
11992
|
+
.hivtrace-network-svg-container::-webkit-scrollbar-thumb {
|
|
11993
|
+
background: #c1c1c1;
|
|
11994
|
+
border-radius: 4px;
|
|
11995
|
+
}
|
|
11996
|
+
|
|
11997
|
+
#trace-results #network_tag::-webkit-scrollbar-thumb:hover,
|
|
11998
|
+
.hivtrace-network-svg-container::-webkit-scrollbar-thumb:hover {
|
|
11999
|
+
background: #a1a1a1;
|
|
12000
|
+
}
|
|
12001
|
+
|
|
11978
12002
|
.nav-trace {
|
|
11979
12003
|
margin-top: 5px;
|
|
11980
12004
|
}
|