mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Position of opened drop down [SCI-8473]
This commit is contained in:
parent
c86ba663e1
commit
2acbae71c4
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
top: calc(var(--top-navigation-height) - 0.5em);
|
||||
}
|
||||
|
||||
.dropdown-menu li a {
|
||||
line-height: 1rem;
|
||||
padding: .625rem 1rem;
|
||||
|
|
Loading…
Reference in a new issue