1
0
Fork 0

Use overflow: auto instead of overflow: scroll

This commit is contained in:
Jordan Johnson-Doyle 2019-02-16 11:42:47 +00:00
parent 4c9f1af0ab
commit cd3d911ca0
No known key found for this signature in database
GPG key ID: A95F87B578CE79B6
2 changed files with 6 additions and 3 deletions

View file

@ -5,7 +5,7 @@
height: 100%;
width: 100%;
margin: 0;
overflow: scroll;
overflow: auto;
font-family: inherit;
font-size: 1rem;
line-height: inherit;