-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
Describe the bug
To hide the flyout content, the styling is set to visibility:hidden
and opacity: 0
. When at a bottom of a page, this causes an overflow. It's basically "preserving" the space for the flyout to render.
Expected behavior
The hidden state should not "preserve" the needed space. Usage of (for example) display: none
to hide the flyout instead of visibility: hidden
and opacity: 0
would fix that.
Screenshots
OS
- Device: Mac
- OS: 12.3.1 macOS Monterey
- Browser: Chrome
- Version: 101.0.4951.64
Additional context
In the Redactie project we're using v5 of Antwerp UI, so would be great if this can also be fixed in v5.
Metadata
Metadata
Assignees
Labels
No labels