mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-14 00:44:07 +08:00
Fix z-index for dropdown
This commit is contained in:
parent
bf1fac0b10
commit
ace8613457
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
transition: .2s;
|
||||
transition-property: top, bottom, box-shadow;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
z-index: 100;
|
||||
|
||||
.empty-dropdown {
|
||||
opacity: .6;
|
||||
|
|
Loading…
Reference in a new issue