0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed account menu positioning bug

This commit is contained in:
Peter Zimon 2021-05-13 12:06:46 +02:00
parent 8fab84418e
commit 52d55a311a

View file

@ -109,7 +109,7 @@
}
.gh-nav-menu-dropdown .dropdown-menu {
top: -406px;
top: -360px;
left: -13px;
margin: 10px 0 0;
box-shadow: var(--box-shadow-m);