Sidebar Overlapping Navbar

I am experiencing a problem with the layout. When I open a component that is taller or larger than the current view and scroll down, the sidebar moves along with it and covers the navbar. I have removed my custom theme and the sidebarCollapsibleOnDesktop() function, so I don't think that's the issue. I also haven’t overwritten any views or made any unusual changes. I’ve noticed that this also happens in the demo application. Does anyone know what might be causing this? Thank you in advance.
No description
4 Replies
toeknee
toeknee3w ago
npm run build Does that clear it up and are you on the latest version?
demonshide
demonshideOP3w ago
Yes, I am using the latest version, ^3.2, and I did run npm run build. But what I realized is that it's not just happening to me, the demo project of Filament also has the same issue.
toeknee
toeknee3w ago
I don'\tthink it is happening, I think that's the margin of the content and if you added a border to the sidebar like I have it shows clearly the correct margins
Dennis Koch
Dennis Koch3w ago
What browser are you using?
I’ve noticed that this also happens in the demo application
The one only at https://demo.filamentphp.com ?

Did you find this page helpful?