This should enable scrolling on mobile Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 14 Mar 2019 14:03:55 +0530
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -153,6 +153,11 @@ }
.right a:last-child { margin-right: 0; } + + .container-text { + overflow-y: auto; + } + .content { left: 10%; bottom: 10%;