summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan van Leeuwen <stephan.vanleeuwen5@gmail.com>2014-12-26 15:29:19 +0100
committerStephan van Leeuwen <stephan.vanleeuwen5@gmail.com>2014-12-26 15:29:19 +0100
commit071ad02c027ac14e0944e957664fc24c82b720c3 (patch)
tree0c29c335bd55e20c03ecf6df1f34a55504d02700
parent1b6ebd17179b610f832d5a1cfda866167124bb1c (diff)
downloadgitlab-ce-071ad02c027ac14e0944e957664fc24c82b720c3.tar.gz
Updated mobile sidebar to allow scrolling
-rw-r--r--app/assets/stylesheets/sections/sidebar.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/sidebar.scss b/app/assets/stylesheets/sections/sidebar.scss
index b836e566a10..697e9d20231 100644
--- a/app/assets/stylesheets/sections/sidebar.scss
+++ b/app/assets/stylesheets/sections/sidebar.scss
@@ -130,14 +130,16 @@
.sidebar-wrapper {
width: 52px;
- position: absolute;
+ position: fixed;
left: 50px;
height: 100%;
margin-left: -50px;
+ border-right: 1px solid #EAEAEA;
+ overflow-x: hidden;
.nav-sidebar {
margin-top: 20px;
- position: fixed;
+ position: absolute;
top: 45px;
width: 52px;