summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/sidebar.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-17 15:54:26 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-12 09:27:05 -0500
commit52accce3854df8f6258c1699aacff8d460c8048d (patch)
treecfbb14d87d149ad6c41e7258865d33d5f2966143 /app/assets/stylesheets/framework/sidebar.scss
parentc266b5f57a09c13feef9c066856715f339076285 (diff)
downloadgitlab-ce-52accce3854df8f6258c1699aacff8d460c8048d.tar.gz
Add fixed positioning to top level navbar
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 746c9c25620..74a9c2ccc4c 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -80,6 +80,6 @@
&.affix {
position: fixed;
- top: 0;
+ top: $header-height;;
}
}