Am I the only one having this UI bug ??
Hi everyone, I have this weird UI bug with the sidebar in a resource with a Wizard as CreateRecord. Does someone already had that ?
It only happen at a certain stage of the scrolling
5 Replies
I have that bug only with opened Laravel debugbar. Maybe this will help you too.
Yes the debugbar can recreate the bug everywhere when its opened, but in my resource create wizard its like that even with the debugbar disabled
Problably because my Wizard is very long ... but the css should handle it
The scrolling on debugbar is an issue with debugbar and sticky. You can see the discussion here: https://github.com/filamentphp/filament/pull/8116#issuecomment-1697935114
GitHub
Fix collapsed sidebar icons when scrollbars are present by archilex...
Currently when 1) sidebars are collapsed and 2) scrollbars are always turned on, the icons will shrink due to there not being enough space for them expand. This PR fixes this by adding items-center...
The issue with long forms is probably this:
https://github.com/filamentphp/filament/issues/8757
GitHub
Collapsible section with a lot of content displaces sidebar · Issue...
Package filament/filament Package Version v3.x Laravel Version v10.x Livewire Version No response PHP Version v8.2.* Problem description When using a collapsible section like is described here and ...
well it looks like @awcodes fixed it but I still have the problem 🫤