Spaces:
Runtime error
Runtime error
Victoria Slocum
commited on
Commit
·
2b4ac1f
1
Parent(s):
037020f
Update scrollbar.css
Browse files- scrollbar.css +3 -3
scrollbar.css
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
.output-html {
|
2 |
overflow-x: auto;
|
3 |
overflow-y: visible;
|
4 |
}
|
@@ -17,14 +17,14 @@
|
|
17 |
|
18 |
.output-html::-webkit-scrollbar-thumb {
|
19 |
border-radius: 8px;
|
20 |
-
border: 2px solid white;
|
21 |
background-color: rgba(0, 0, 0, .5);
|
22 |
}
|
23 |
|
24 |
.output-html::-webkit-scrollbar-track {
|
25 |
background-color: #fff;
|
26 |
border-radius: 8px;
|
27 |
-
}
|
28 |
|
29 |
.spans {
|
30 |
min-height: 75px;
|
|
|
1 |
+
/* .output-html {
|
2 |
overflow-x: auto;
|
3 |
overflow-y: visible;
|
4 |
}
|
|
|
17 |
|
18 |
.output-html::-webkit-scrollbar-thumb {
|
19 |
border-radius: 8px;
|
20 |
+
border: 2px solid white;
|
21 |
background-color: rgba(0, 0, 0, .5);
|
22 |
}
|
23 |
|
24 |
.output-html::-webkit-scrollbar-track {
|
25 |
background-color: #fff;
|
26 |
border-radius: 8px;
|
27 |
+
} */
|
28 |
|
29 |
.spans {
|
30 |
min-height: 75px;
|