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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2022-07-15 23:00:09 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-07-15 23:00:09 +0300
commitd51019a90139f52b679ff5899712165183f67578 (patch)
tree3a3407e1924f6af10c7ca339775c839ea96e8ed0 /content/assets/stylesheets/toc.scss
parentb3f13cc29373981c2a5ebb17b396a891e7cb4e31 (diff)
parent3c5f1e49b296a05c34199303066b7b97eba955a6 (diff)
Merge branch '1115-lost-h1s' into 'main'
Resolves "H1's are hidden when you access them with an anchor" Closes #1115 See merge request gitlab-org/gitlab-docs!2917
Diffstat (limited to 'content/assets/stylesheets/toc.scss')
-rw-r--r--content/assets/stylesheets/toc.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/assets/stylesheets/toc.scss b/content/assets/stylesheets/toc.scss
index 1cf1df32..38a48f7d 100644
--- a/content/assets/stylesheets/toc.scss
+++ b/content/assets/stylesheets/toc.scss
@@ -127,6 +127,8 @@ $nav-link-font-size: 0.875rem;
.doc-nav {
margin-left: -20px;
margin-top: -55px;
+ position: relative;
+ z-index: 1;
}
.table-of-contents {