From 912776d71b407ff495122509eea0f49deddb9420 Mon Sep 17 00:00:00 2001 From: Steven Scaffidi Date: Tue, 23 May 2017 14:48:29 -0700 Subject: [PATCH] Stop the scrollbar from showing up unnecessarily --- themes/vue/source/css/_common.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vue/source/css/_common.styl b/themes/vue/source/css/_common.styl index 88b492afa6..6e41897f2f 100644 --- a/themes/vue/source/css/_common.styl +++ b/themes/vue/source/css/_common.styl @@ -158,7 +158,7 @@ a.button display none box-sizing border-box max-height "calc(100vh - %s)" % $header-height - overflow-y scroll + overflow-y auto position absolute top 100% right -15px