Disabling topbar - how to opensidebar on mobile

Hey everyone, I noticed a strange behaviour. If you disable the topbar, you can't get access to the sidebar on mobile. Is this expected? How would you go around this? I've thought of hiding topbar with CSS but that seems suboptimal. But if that's the only way, I get it.
1 Reply
Diogo Pinto
Diogo Pinto5w ago
So, I disabled the topbar and added a custom view. Here's my code:
FilamentView::registerRenderHook(
PanelsRenderHook::CONTENT_START,
fn (): string => Blade::render('@livewire(\'minimal-top-bar\')'),
);
FilamentView::registerRenderHook(
PanelsRenderHook::CONTENT_START,
fn (): string => Blade::render('@livewire(\'minimal-top-bar\')'),
);
Want results from more Discord servers?
Add your server