From 843845c05a6b8fb33674ffb693b01c20cc11d3f5 Mon Sep 17 00:00:00 2001 From: Yuki Date: Fri, 8 May 2015 21:16:07 +0530 Subject: [PATCH] fix scroll issue w/ headers --- app/assets/stylesheets/scss/user.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/scss/user.scss b/app/assets/stylesheets/scss/user.scss index 377b2f68..7500baff 100644 --- a/app/assets/stylesheets/scss/user.scss +++ b/app/assets/stylesheets/scss/user.scss @@ -32,6 +32,7 @@ position: relative; z-index: -1; width: 100%; + overflow: hidden; background-color: darken($navbar-inverse-bg, 10%); }