summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-10 08:56:16 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-10 09:00:07 -0500
commit474a8982040e095f084772527d2c8beed67173bc (patch)
tree261e113ce7fe81d5548e85c0c22a6edaff966252
parenta0fa59f61e28837265f30cd35f265d9311df3f7a (diff)
downloadgitlab-ce-36270-collapsed-sidebar-scroll.tar.gz
Hide overflow-x on collapsed sidebar36270-collapsed-sidebar-scroll
-rw-r--r--app/assets/stylesheets/new_sidebar.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index 4367b8c1a15..d49f23b4f5a 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -103,6 +103,7 @@ $new-sidebar-collapsed-width: 50px;
&.sidebar-icons-only {
width: $new-sidebar-collapsed-width;
+ overflow-x: hidden;
.badge,
.project-title {