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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-05-25 12:27:58 +0300
committerLukas Eipert <leipert@gitlab.com>2018-05-25 12:27:58 +0300
commitbf98cf4b829e7b04dbfe9199d15cf445ec16145f (patch)
treeb96d1db3fe7d16ee5ccbc8c64125b6ed4eb8a20d
parenteb6efcbbe782094ba1bfa256ac827c8b5794757a (diff)
Fix z-index of header.
Closes #209
-rw-r--r--content/assets/stylesheets/stylesheet.scss2
-rw-r--r--content/assets/stylesheets/toc.scss1
2 files changed, 1 insertions, 2 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 6fd5e36c..4ac8ae57 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -399,7 +399,7 @@ li {
}
.header {
- z-index: 1;
+ z-index: 10;
background: $main-background-color;
position: relative;
width: 100%;
diff --git a/content/assets/stylesheets/toc.scss b/content/assets/stylesheets/toc.scss
index 4cf2ebde..b7d3f399 100644
--- a/content/assets/stylesheets/toc.scss
+++ b/content/assets/stylesheets/toc.scss
@@ -54,7 +54,6 @@ version: 4
position: fixed;
top: 0;
left: 0;
- z-index: 1;
}
.main.class {