diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-19 23:05:40 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-19 23:05:40 -0800 |
commit | 74ccfa8f7979a297f547be70a2e965d5336aec75 (patch) | |
tree | 3d2a95ef02dd561ca2ac28c28be2f8b3777ab56a | |
parent | a6220d0a9fc80da028aa39a23cce30fe4fd3b685 (diff) | |
download | gitlab-ce-74ccfa8f7979a297f547be70a2e965d5336aec75.tar.gz |
Remove overflow-y style that cause overflow-x strange behaviour on mac
-rw-r--r-- | app/assets/stylesheets/sections/nav_sidebar.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/nav_sidebar.scss b/app/assets/stylesheets/sections/nav_sidebar.scss index 3ef2a578b7f..5cf82a17663 100644 --- a/app/assets/stylesheets/sections/nav_sidebar.scss +++ b/app/assets/stylesheets/sections/nav_sidebar.scss @@ -12,7 +12,6 @@ .sidebar-wrapper { z-index: 99; - overflow-y: auto; background: #F5F5F5; } |