fix overflow
This commit is contained in:
parent
6c1fa7f54c
commit
235cc64bc9
@ -14,7 +14,8 @@ html {
|
||||
background: white;
|
||||
color: black;
|
||||
transition: color 0.2s ease, background 0.2s ease;
|
||||
overflow: scroll;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
html.dark {
|
||||
|
Loading…
Reference in New Issue
Block a user