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/_tables.scss5
-rw-r--r--layouts/blueprints/table.erb2
2 files changed, 6 insertions, 1 deletions
diff --git a/content/assets/stylesheets/_tables.scss b/content/assets/stylesheets/_tables.scss
index a7087233..ecdb3552 100644
--- a/content/assets/stylesheets/_tables.scss
+++ b/content/assets/stylesheets/_tables.scss
@@ -70,3 +70,8 @@ table {
}
}
}
+
+table.blueprints {
+ position: relative;
+ z-index: 100;
+}
diff --git a/layouts/blueprints/table.erb b/layouts/blueprints/table.erb
index 47968fba..a2b061ed 100644
--- a/layouts/blueprints/table.erb
+++ b/layouts/blueprints/table.erb
@@ -1,6 +1,6 @@
<% @summary ||= false %>
-<table>
+<table class="blueprints">
<% unless @summary %>
<caption>List of GitLab Architecture Blueprints</caption>
<% end %>