How can I fix this?

When I’m on mobile view my messages suddenly disappear but when I switch to landscape or higher resolutions it suddenly become visible. I attached some screenshots to make the question easier.


Check the conditionals of that element if it’s actually invisible or not. In these types of cases, the debugger will be your best friend :grin:

1 Like

But I don’t have any conditional regarding the page width and using the debugger is still can’t pinpoint the issue.

I found the issue. It’s an unnecessary min height conditional I added . Thank you

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.