- Issue created by @Kartagis
I have also reproduced this issue on my screen, and yes, there was a big alert coming. After applying the patch, the problem is resolved. I am attaching both the screenshots before and after for reference.
- Status changed to Closed: works as designed
13 days ago 6:48pm 18 August 2025 - πΊπΈUnited States trackleft2 Tucson, AZ πΊπΈ
This isnβt really a bug since the fixed-position .alert-wrapper is intentional β by design it ensures messages are always visible.
The patch does achieve the desired effect, but since it changes the current behavior for people who may like them the way they are, it probably belongs as a feature request.
A possible resolution would be to allow configuring the default alert positioning (e.g., absolute, fixed, etc.) through a theme setting, so site builders can choose the behavior without needing to patch or override templates.
I am closing, this as works as designed, but feel free to re-open it as a feature request.
- πΊπΈUnited States trackleft2 Tucson, AZ πΊπΈ
See if #[3485305] fixes your issue.