Where to apply non-sticky topbar css?
I've tried to put it on app.css and compile but still doesnt work, where should I put it?
7 Replies
It should go in a custom CSS file that is loaded in the Panel
https://filamentphp.com/docs/3.x/support/assets#registering-css-files
Could also be in your custom theme if you already have one configured
Did you create a custom theme?https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
I didnt
I'll check it out
Still not working, I inspect the page the style is there. but no effect
Not sure, could be a specificity issue.
Try
!important
still not working, but thanks for your replies
You’ll need to do a custom theme for this. Just including a css file will probably not work since it will get loaded before filament’s core stylesheet. A custom theme will replace filament’s stylesheet.