bowphs commited on
Commit
329698d
1 Parent(s): 54234b7

Update scrollbar.css

Browse files
Files changed (1) hide show
  1. 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: rgba(0, 0, 0, .5);
21
  }
22
 
23
  .output-html::-webkit-scrollbar-track {
24
- background-color: #fff;
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
+ }