summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2017-05-16 10:27:50 +0000
committerFatih Acet <acetfatih@gmail.com>2017-05-16 10:27:50 +0000
commit051aaf8e53e196fb31a6b3f30cf48306251149da (patch)
treee91d3f48d12df8abb9131552110498ce1ae046db
parent218c4d0954bb9877a22ac25ceb7428cf5425d3ab (diff)
parent912d02bf6a2c0f16d9a3b9fe536eeb04864486eb (diff)
downloadgitlab-ce-051aaf8e53e196fb31a6b3f30cf48306251149da.tar.gz
Merge branch '32303-nav-z-index' into 'master'
Add higher z-index to fixed nav Closes #32303 See merge request !11393
-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;