mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +08:00
Merge pull request #2435 from aignatov-bio/ai-sci-4385-fix-z-index-for-dropdown
Fix z-index for dropdown [SCI-4385]
This commit is contained in:
commit
6625ef9eb5
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