Closed gergo85 closed 9 months ago
duplicate issues, here are some temporary fixes #54
Thank you for your help!
same issue here, anyone figured out the fix, please?
@aurawindsurfing My solution:
I added the following function in AdminPanelProvider.php:
public function boot(): void
{
FilamentAsset::register([
Css::make('custom-stylesheet', public_path('css/app/custom-stylesheet.css')),
]);
}
The content of custom-stylesheet.css is:
div.fi-layout > aside.fi-sidebar {
padding-top: 0 !important;
}
Hey @gergo85
It does the job, not perfect bug good enough. Maybe lest add it to the description of the plugin, or you are waiting for some filament to commit your pull request?
I see that the plugin developer is currently inactive. I'm sure he'll fix it when he starts working on the plugin again.
On v3.5 : This code solved my issue
aside.fi-sidebar > div.overflow-x-clip {
overflow-x: clip;
position: sticky;
top: var(--impersonate-banner-height);
z-index: 20;
}
div.fi-layout > aside.fi-sidebar {
padding-top: 0 !important;
}
Should be fixed as of 3.6, just released