From f877b9a392d0af7c5a56526c8f17c965c17ce159 Mon Sep 17 00:00:00 2001 From: EagleMoor Date: Sat, 14 May 2016 01:16:29 +0400 Subject: [PATCH] Update compiled.css Scroll menu on small display --- themes/golangshow/static/css/compiled.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/golangshow/static/css/compiled.css b/themes/golangshow/static/css/compiled.css index f954133..e00a840 100644 --- a/themes/golangshow/static/css/compiled.css +++ b/themes/golangshow/static/css/compiled.css @@ -488,6 +488,7 @@ html { padding: 2rem 1rem; color: rgba(255,255,255,.5); background-color: #202020; + overflow-y: scroll; } @media (min-width: 48em) { .sidebar { @@ -1128,4 +1129,4 @@ a.label:focus { left: 3px; color: #6A9FB5; top: 8px; -} \ No newline at end of file +}