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:
-rw-r--r--content/assets/stylesheets/stylesheet.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 13f52f9f..bdcc176e 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 102
+version: 103
---
@import "variables";
@@ -102,7 +102,12 @@ table {
}
}
&.fixed-table {
- table-layout: fixed; // use this for columns with the same width
+ table-layout: fixed; // use this for columns with the same width
+ thead th {
+ top: $header-height;
+ position: sticky;
+ background-color: $thead-background-color;
+ }
}
}