mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-14 17:05:20 +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: .2s;
|
||||||
transition-property: top, bottom, box-shadow;
|
transition-property: top, bottom, box-shadow;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 10;
|
z-index: 100;
|
||||||
|
|
||||||
.empty-dropdown {
|
.empty-dropdown {
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
|
|
Loading…
Reference in a new issue