mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
Fix pagination dropdown z-index [SCI-8538]
This commit is contained in:
parent
1b1ecbfbaf
commit
2dcfd6e7b2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
background-color: $color-white;
|
||||
display: flex;
|
||||
height: 5em;
|
||||
z-index: 90;
|
||||
z-index: 101;
|
||||
|
||||
.pagination-info,
|
||||
.pagination-actions {
|
||||
|
|
Loading…
Reference in a new issue