neil.keena
neil.keena
FFilament
Created by Tetracyclic on 5/13/2024 in #❓┊help
Stretch grid table row so that column actions sit at the bottom
Tanks a lot! That worked for me
22 replies
FFilament
Created by Tetracyclic on 5/13/2024 in #❓┊help
Stretch grid table row so that column actions sit at the bottom
Any chance that PR has been submitted? I'm getting the same problem
22 replies
FFilament
Created by neil.keena on 1/17/2024 in #❓┊help
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
FFilament
Created by neil.keena on 1/13/2024 in #❓┊help
Unwanted top padding on Tabs & Wizards in Minimal Theme
Thanks @Zep Fietje this has been fixed as of v3.2.2
10 replies
FFilament
Created by neil.keena on 1/17/2024 in #❓┊help
Page scroll disabled after closing nested modals
Same issue in both Chrome and Safari
6 replies
FFilament
Created by neil.keena on 1/13/2024 in #❓┊help
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?
.fi-fo-tabs.fi-contained .fi-fo-tabs-tab:not(.fi-fo-wizard-header-step-indicator){

margin-top: 1.5rem;

padding: 0px;
}
.fi-fo-tabs.fi-contained .fi-fo-tabs-tab:not(.fi-fo-wizard-header-step-indicator){

margin-top: 1.5rem;

padding: 0px;
}
When I explicitly use ->contained(false) on my tabs, I no longer get the extra margin. Should that be necessary? That doesn't seem right
10 replies
FFilament
Created by X7Ryan on 7/21/2023 in #❓┊help
[V3] Multitenancy - HasTenants Contract canAccessTenant() method
Yes, I ran into the same issue.
6 replies