summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-11 19:31:59 +0100
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-14 13:42:55 -0700
commit8bc233fe49c73860f0955f0a7bf127009a98b4e4 (patch)
tree36a224ce141c6597b0038a9ba46607f325e16cc8
parentb3a5ca7f73fe66900607917a3646d8bb34cfa951 (diff)
downloadgitlab-ce-fix-sidebar-with-scrollbars.tar.gz
fixed windows scrollbarsfix-sidebar-with-scrollbars
-rw-r--r--app/assets/stylesheets/new_sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index a36ac83a993..8030854e527 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -192,7 +192,7 @@ $new-sidebar-collapsed-width: 50px;
.nav-sidebar-inner-scroll {
height: 100%;
width: 100%;
- overflow: auto;
+ overflow: scroll;
}
.with-performance-bar .nav-sidebar {