From 8f98a32255186f4201734dfad653c45f12a96999 Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Wed, 4 Mar 2015 21:11:19 +0100 Subject: [PATCH] Always show scrollbar --- source/styles/style.css.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/styles/style.css.styl b/source/styles/style.css.styl index df2c7c3..f2e8871 100644 --- a/source/styles/style.css.styl +++ b/source/styles/style.css.styl @@ -81,7 +81,7 @@ body z-index: 2 max-height: 50% - overflow: auto + overflow-y: scroll a color: $neutral