forked from MIrrors/bin
Use overflow: auto instead of overflow: scroll
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
font-family: inherit;
|
||||
font-size: 1rem;
|
||||
line-height: inherit;
|
||||
|
||||
Reference in New Issue
Block a user