summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-15 14:42:12 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-15 14:42:12 -0500
commit912d02bf6a2c0f16d9a3b9fe536eeb04864486eb (patch)
treea7b59d5c82296786e6216856a544af693947e0a4
parentffabab80a7b0cebe322aaf9bb2ca8e617a0b790f (diff)
downloadgitlab-ce-32303-nav-z-index.tar.gz
Add higher z-index to fixed nav32303-nav-z-index
-rw-r--r--app/assets/stylesheets/framework/header.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 586511fe8d4..65b5f4af037 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -31,6 +31,7 @@ header {
border: none;
border-bottom: 1px solid $border-color;
position: fixed;
+ z-index: 300;
top: 0;
left: 0;
right: 0;