summaryrefslogtreecommitdiff
path: root/src/components/Global
diff options
context:
space:
mode:
authorMateusz Gapski <mateuszx.gapski@intel.com>2020-07-23 13:10:10 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-23 22:38:33 +0300
commit2a934977dd03d2dd0539ecb0cb2673d7973b6d75 (patch)
tree7119574ca3dba6d7f1c4e471cc3ec2da0ffa8633 /src/components/Global
parent4e29d507fcd10cf63b451913e809053b4adeafee (diff)
downloadwebui-vue-2a934977dd03d2dd0539ecb0cb2673d7973b6d75.tar.xz
Overlapping search box and toolbar with selected rows
More details: https://github.com/openbmc/webui-vue/issues/19 Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: I6c84f979baa1d381c8ae62781a2607d3de63169a
Diffstat (limited to 'src/components/Global')
-rw-r--r--src/components/Global/TableToolbar.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Global/TableToolbar.vue b/src/components/Global/TableToolbar.vue
index 2fbbd6cd..84cdd04d 100644
--- a/src/components/Global/TableToolbar.vue
+++ b/src/components/Global/TableToolbar.vue
@@ -79,6 +79,7 @@ $toolbar-height: 46px;
.toolbar-content {
height: $toolbar-height;
+ z-index: $zindex-dropdown + 1;
background-color: theme-color('primary');
color: $white;
position: absolute;