Globally fix pagination dropdown z-index [SCI-8538]

This commit is contained in:
Martin Artnik 2023-05-30 11:39:52 +02:00
parent 14b3a1318b
commit 47e0e45074
2 changed files with 1 additions and 1 deletions

View file

@ -127,7 +127,6 @@
background-color: $color-white;
display: flex;
height: 5em;
z-index: 101;
.pagination-info,
.pagination-actions {

View file

@ -43,6 +43,7 @@
min-height: var(--datatable-pagination-row);
position: relative;
width: 100%;
z-index: 101;
.actions-toolbar {
align-items: center;