Sidebar toggle fail
Hello,
I don't know if it's the upgrade to v3.2 or using Minimal theme, or both. But I have a very strange behavior, when I want to reduce the sidebar, it expends.
Any idea ?
Solution:Jump to solution
Yes, it's automatic with my composer config, but I retried, then npm i / build. I really don't know :/ Because it was urgent, I added a little bit of css to cover that point. Thanks anyway guys
```
.fi-sidebar:not(.fi-sidebar-open) {
@apply w-24;
}...
4 Replies
Hi,
Can you do the following.
npm install
npm run build
Hello Tieme, thanks. Sorry I tried that, clear cache, browser cache, try new browser. All the "regular" stuff π
Did you run
php artisan filament:upgrade
after composer update? Or do you have filament views published?Solution
Yes, it's automatic with my composer config, but I retried, then npm i / build. I really don't know :/ Because it was urgent, I added a little bit of css to cover that point. Thanks anyway guys