summaryrefslogtreecommitdiff
path: root/src/components/Global/TableToolbar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/TableToolbar.vue')
-rw-r--r--src/components/Global/TableToolbar.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/Global/TableToolbar.vue b/src/components/Global/TableToolbar.vue
index 4baf8368..85c11a46 100644
--- a/src/components/Global/TableToolbar.vue
+++ b/src/components/Global/TableToolbar.vue
@@ -74,12 +74,11 @@ $toolbar-height: 46px;
.toolbar-container {
width: 100%;
position: relative;
- z-index: 5;
+ z-index: $zindex-dropdown + 1;
}
.toolbar-content {
height: $toolbar-height;
- z-index: $zindex-dropdown + 1;
background-color: theme-color('primary');
color: $white;
position: absolute;