Ramon @[deleted] I can implement a workaround for the messages right away, so we don't have to wait on the official flarum/messages fix. Flarum Messages 2 scrollable areas cause issues. - Flarum Community
ernestdefoe @[deleted] I have turned the mobile tab extension back on. See if you are still having the issue with messages.
Ramon @[deleted] Fixed the mobile tab on the messages screen! Please run: composer update ramon/avocado --with-dependencies php flarum cache:clear
KBExit As mentioned at the official Flarum discussions, this seems to be an issue with the Messages extension itself. This isn't resolved by the latest update to the theme. It's not an issue to realtime, but rather how the messages extension is built.
ernestdefoe @[deleted] but does it work right with the mobile tab extension disabled? I have it currently disabled.
KBExit @ernestdefoe this should clean it up: @media (max-width: 767.98px) { .IndexPage-nav.sideNav .Dropdown--select .Dropdown-menu > li > a .Button-icon, .IndexPage-nav.sideNav .Dropdown--select .Dropdown-menu > li > button .Button-icon { overflow: hidden !important; } }
Ramon I’m pushing an update focused on stability and refactoring some reusable components. Please update again 😉 Github: https://github.com/ram0ng1/avocado/compare/2.0.8-beta…2.0.9-beta composer require ramon/avocado:2.0.9-beta php flarum cache:clear