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:
authorEvan Read <eread@gitlab.com>2021-03-12 04:15:04 +0300
committerEvan Read <eread@gitlab.com>2021-03-12 04:15:04 +0300
commitda3db34244af29b9969c076f392bc3324c60d521 (patch)
treee92a7c11f8189e7c44f44a96873e1e8e8a65876a
parent237bd5a038237447f53fd3041b790b6348715a1a (diff)
parent4b0dc158c0135d19d243ba6fa11af0d143ddb977 (diff)
Merge branch 'table-fixed-z-index' into 'master'
Fix: fixed table header z index See merge request gitlab-org/gitlab-docs!1596
-rw-r--r--content/assets/stylesheets/stylesheet.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index bdcc176e..c58c722d 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 103
+version: 104
---
@import "variables";
@@ -107,6 +107,7 @@ table {
top: $header-height;
position: sticky;
background-color: $thead-background-color;
+ z-index: 3;
}
}
}