fix overflow

This commit is contained in:
OVSharova 2022-06-16 07:34:24 +03:00
parent f8d4a3c93b
commit 8090d9d92c
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
html{
overflow: scroll;
overflow: auto;
scrollbar-track-color: #eee;
scrollbar-face-color: #f7f7f7;
scrollbar-highlight-color: #eee;

View file

@ -1,5 +1,5 @@
html{
overflow: scroll;
overflow: auto;
scrollbar-track-color: #eee;
scrollbar-face-color: #f7f7f7;
scrollbar-highlight-color: #eee;

View file

@ -1,5 +1,5 @@
html{
overflow: scroll;
overflow: auto;
scrollbar-track-color: #eee;
scrollbar-face-color: #f7f7f7;
scrollbar-highlight-color: #eee;