Maybe THIS fixes scrolling Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 14 Mar 2019 14:07:37 +0530
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -142,7 +142,7 @@ -ms-user-select:none;
user-select:none } -@media only screen and (max-width: 40em) { +@media only screen and (max-width: 60em) { .left { display: block; margin-right: 0;@@ -164,6 +164,7 @@ bottom: 10%;
font-size: 15px; line-height: 150%; width: 80%; + overflow-y: auto; } .content h1 { font-size: 19px;