fix overflow
This commit is contained in:
parent
f8d4a3c93b
commit
8090d9d92c
|
@ -1,5 +1,5 @@
|
|||
html{
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
scrollbar-track-color: #eee;
|
||||
scrollbar-face-color: #f7f7f7;
|
||||
scrollbar-highlight-color: #eee;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
html{
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
scrollbar-track-color: #eee;
|
||||
scrollbar-face-color: #f7f7f7;
|
||||
scrollbar-highlight-color: #eee;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
html{
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
scrollbar-track-color: #eee;
|
||||
scrollbar-face-color: #f7f7f7;
|
||||
scrollbar-highlight-color: #eee;
|
||||
|
|
Loading…
Reference in a new issue