summaryrefslogtreecommitdiff
path: root/src/assets/styles/_table.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/_table.scss')
-rw-r--r--src/assets/styles/_table.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/assets/styles/_table.scss b/src/assets/styles/_table.scss
index ff1ed302..7d265c8e 100644
--- a/src/assets/styles/_table.scss
+++ b/src/assets/styles/_table.scss
@@ -1,3 +1,8 @@
+table {
+ position: relative;
+ z-index: $zindex-dropdown;
+}
+
.table-light {
td {
border-top: none;
@@ -18,4 +23,4 @@
padding-top: 0;
padding-bottom: 0;
}
-}
+} \ No newline at end of file