diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-08-10 08:56:16 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-08-10 09:00:07 -0500 |
commit | 474a8982040e095f084772527d2c8beed67173bc (patch) | |
tree | 261e113ce7fe81d5548e85c0c22a6edaff966252 | |
parent | a0fa59f61e28837265f30cd35f265d9311df3f7a (diff) | |
download | gitlab-ce-474a8982040e095f084772527d2c8beed67173bc.tar.gz |
Hide overflow-x on collapsed sidebar36270-collapsed-sidebar-scroll
-rw-r--r-- | app/assets/stylesheets/new_sidebar.scss | 1 |
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 { |