mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Merge pull request #5467 from G-Chubinidze/gc_SCI_8473
Position of opened drop down [SCI-8473]
This commit is contained in:
commit
6b020f1316
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
}
|
||||
|
||||
.dropdown-menu {
|
||||
top: calc(var(--top-navigation-height) - 0.5em);
|
||||
top: calc(50px - 0.5em);
|
||||
}
|
||||
|
||||
.dropdown-menu li a {
|
||||
|
|
Loading…
Reference in a new issue