Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-15 22:42:12 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-15 22:42:12 +0300
commit912d02bf6a2c0f16d9a3b9fe536eeb04864486eb (patch)
treea7b59d5c82296786e6216856a544af693947e0a4 /app/assets/stylesheets/framework/header.scss
parentffabab80a7b0cebe322aaf9bb2ca8e617a0b790f (diff)
Add higher z-index to fixed nav
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-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;