neil.keena
Page scroll disabled after closing nested modals
Thanks for looing into this @Zep Fietje . I've opened an issue with a reproduction repository: https://github.com/filamentphp/filament/issues/10925
6 replies
Unwanted top padding on Tabs & Wizards in Minimal Theme
Hey! Seems like it wasn't the
invisible
class. Sorry. I did confirm by disabling the minimal theme that everything works. The problem seems to be a 1.5 rem
top margin that is applied to "contained" tabs.
Here is the CSS that is being rendered in the theme.css. This is not my customization. I think it's either Filament core or Minimal Theme styling?
When I explicitly use ->contained(false)
on my tabs, I no longer get the extra margin. Should that be necessary? That doesn't seem right10 replies