diff --git a/client/web/compose/src/components/PageBlocks/RecordListBase.vue b/client/web/compose/src/components/PageBlocks/RecordListBase.vue index f1726277f..c02de3b54 100644 --- a/client/web/compose/src/components/PageBlocks/RecordListBase.vue +++ b/client/web/compose/src/components/PageBlocks/RecordListBase.vue @@ -1869,6 +1869,7 @@ th .required::after { tr:hover td.actions { opacity: 1; background-color: $gray-200; + z-index: 1; } .inline-actions { @@ -1896,7 +1897,6 @@ td:hover .inline-actions { opacity: 0; transition: opacity 0.25s; width: 1%; - z-index: 1000; .regular-font { font-family: $font-regular !important; diff --git a/client/web/compose/src/views/Admin/Modules/List.vue b/client/web/compose/src/views/Admin/Modules/List.vue index b8ef2e633..0eaa4c4be 100644 --- a/client/web/compose/src/views/Admin/Modules/List.vue +++ b/client/web/compose/src/views/Admin/Modules/List.vue @@ -29,7 +29,7 @@ }" clickable sticky-header - class="module-list h-100" + class="h-100" @search="filterList" @row-clicked="handleRowClicked" > @@ -345,12 +345,6 @@ export default {