Spaces:
Runtime error
Runtime error
Victoria Slocum
commited on
Commit
·
85acb40
1
Parent(s):
2b4ac1f
Update scrollbar.css
Browse files- scrollbar.css +2 -11
scrollbar.css
CHANGED
|
@@ -1,14 +1,5 @@
|
|
| 1 |
-
|
| 2 |
overflow-x: auto;
|
| 3 |
-
overflow-y: visible;
|
| 4 |
-
}
|
| 5 |
-
|
| 6 |
-
.output-html::-webkit-scrollbar {
|
| 7 |
-
-webkit-appearance: none;
|
| 8 |
-
}
|
| 9 |
-
|
| 10 |
-
.output-html::-webkit-scrollbar:vertical {
|
| 11 |
-
width: 0px;
|
| 12 |
}
|
| 13 |
|
| 14 |
.output-html::-webkit-scrollbar:horizontal {
|
|
@@ -24,7 +15,7 @@
|
|
| 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 |
}
|
| 4 |
|
| 5 |
.output-html::-webkit-scrollbar:horizontal {
|
|
|
|
| 15 |
.output-html::-webkit-scrollbar-track {
|
| 16 |
background-color: #fff;
|
| 17 |
border-radius: 8px;
|
| 18 |
+
}
|
| 19 |
|
| 20 |
.spans {
|
| 21 |
min-height: 75px;
|