fix(range): dropdown anchors under the Zeitraum button #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/range-menu-anchor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The range menu was absolutely positioned to the far right of .topbar-right (right:0), so it opened under the username/Abmelden instead of under the Zeitraum button. Wrapped the button + menu in a positioned .range-wrap so the menu drops directly below the button. Verified by headless render.