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?
No description
7 Replies
Patrick Boivin
Patrick Boivin11mo ago
Could also be in your custom theme if you already have one configured
fikurimax
fikurimax11mo ago
I didnt I'll check it out Still not working, I inspect the page the style is there. but no effect
Patrick Boivin
Patrick Boivin11mo ago
Not sure, could be a specificity issue. Try !important
fikurimax
fikurimax11mo ago
still not working, but thanks for your replies
awcodes
awcodes11mo ago
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.