Closed (fixed)
Project:
Mercury Theme
Version:
1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2026 at 08:04 UTC
Updated:
18 Mar 2026 at 00:25 UTC
Jump to comment: Most recent
Comments
Comment #4
nickolajAdded `max-h-[calc(100vh-2rem)]` and `overflow-y-auto` Tailwind classes to the messages container in `status-messages.html.twig` so that when many messages are displayed, the container becomes scrollable instead of overflowing off-screen.
Comment #5
pameeela commentedThanks @nickolaj! There is a linting error, if you run
npm run formatand commit the result, that should resolve it.Comment #6
pameeela commentedTested this out and I think it makes more sense to put the scroll on a lower div, otherwise the scrollbar sits outside of the element. I also made the height smaller to account for the toolbar and header which sits on top of it.
Comment #7
pameeela commentedAdded to the merge train for 1.x.