commit | 2a934977dd03d2dd0539ecb0cb2673d7973b6d75 | [log] [tgz] |
---|---|---|
author | Mateusz Gapski <mateuszx.gapski@intel.com> | Thu Jul 23 12:10:10 2020 +0200 |
committer | Derick Montague <derick.montague@ibm.com> | Thu Jul 23 19:38:33 2020 +0000 |
tree | 7119574ca3dba6d7f1c4e471cc3ec2da0ffa8633 | |
parent | 4e29d507fcd10cf63b451913e809053b4adeafee [diff] |
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
diff --git a/src/components/Global/TableToolbar.vue b/src/components/Global/TableToolbar.vue index 2fbbd6c..84cdd04 100644 --- a/src/components/Global/TableToolbar.vue +++ b/src/components/Global/TableToolbar.vue
@@ -79,6 +79,7 @@ .toolbar-content { height: $toolbar-height; + z-index: $zindex-dropdown + 1; background-color: theme-color('primary'); color: $white; position: absolute;