[BUG]:Menu has min-height which breaks top menu positioning #71
Labels
No labels
bug
chore
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dunwright/django-blocknote#71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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 menu container has a min-height in css which is breaking the positioning of the top level menu, causing it to float away from the / line in blocknote. Remove this min-height, or set it to the size of a single menu item.