From 1a11938a3b7b2e32d7dbe31b851c046f412ad656 Mon Sep 17 00:00:00 2001 From: EagleMoor Date: Sat, 14 May 2016 01:19:20 +0400 Subject: [PATCH] Update hyde.css Add scroll menu on small display --- themes/golangshow/static/css/hyde.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/golangshow/static/css/hyde.css b/themes/golangshow/static/css/hyde.css index 213e232..2c547d4 100644 --- a/themes/golangshow/static/css/hyde.css +++ b/themes/golangshow/static/css/hyde.css @@ -58,6 +58,7 @@ html { padding: 2rem 1rem; color: rgba(255,255,255,.5); background-color: #202020; + overflow-y: scroll; } @media (min-width: 48em) { .sidebar {