mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 00:11:22 +08:00
Globally fix pagination dropdown z-index [SCI-8538]
This commit is contained in:
parent
14b3a1318b
commit
47e0e45074
2 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,6 @@
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 5em;
|
height: 5em;
|
||||||
z-index: 101;
|
|
||||||
|
|
||||||
.pagination-info,
|
.pagination-info,
|
||||||
.pagination-actions {
|
.pagination-actions {
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,7 @@
|
||||||
min-height: var(--datatable-pagination-row);
|
min-height: var(--datatable-pagination-row);
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
z-index: 101;
|
||||||
|
|
||||||
.actions-toolbar {
|
.actions-toolbar {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue