Spaces:
Runtime error
Runtime error
Update scrollbar.css
Browse files- scrollbar.css +5 -3
scrollbar.css
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
.output-html {
|
2 |
overflow-x: auto;
|
|
|
|
|
3 |
}
|
4 |
|
5 |
.output-html::-webkit-scrollbar {
|
@@ -17,14 +19,14 @@
|
|
17 |
.output-html::-webkit-scrollbar-thumb {
|
18 |
border-radius: 8px;
|
19 |
border: 2px solid white;
|
20 |
-
background-color:
|
21 |
}
|
22 |
|
23 |
.output-html::-webkit-scrollbar-track {
|
24 |
-
background-color:
|
25 |
border-radius: 8px;
|
26 |
}
|
27 |
|
28 |
.spans {
|
29 |
min-height: 75px;
|
30 |
-
}
|
|
|
1 |
.output-html {
|
2 |
overflow-x: auto;
|
3 |
+
overflow-y: auto;
|
4 |
+
max-height: 300px;
|
5 |
}
|
6 |
|
7 |
.output-html::-webkit-scrollbar {
|
|
|
19 |
.output-html::-webkit-scrollbar-thumb {
|
20 |
border-radius: 8px;
|
21 |
border: 2px solid white;
|
22 |
+
background-color: white;
|
23 |
}
|
24 |
|
25 |
.output-html::-webkit-scrollbar-track {
|
26 |
+
background-color: white;
|
27 |
border-radius: 8px;
|
28 |
}
|
29 |
|
30 |
.spans {
|
31 |
min-height: 75px;
|
32 |
+
}
|