Merge pull request #5467 from G-Chubinidze/gc_SCI_8473

Position of opened drop down [SCI-8473]
This commit is contained in:
aignatov-bio 2023-05-23 21:14:44 +02:00 committed by GitHub
commit 6b020f1316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@
}
.dropdown-menu {
top: calc(var(--top-navigation-height) - 0.5em);
top: calc(50px - 0.5em);
}
.dropdown-menu li a {