Closed MarJose123 closed 9 months ago
I added this code to my theme.css
file and that fixed the issue
div.fi-layout > aside.fi-sidebar {
padding-top: 0px!important;
}
I added this code to my
theme.css
file and that fixed the issuediv.fi-layout > aside.fi-sidebar { padding-top: 0px!important; }
Yeah, we can have this as temporary fix on our app.css
Another option is publishing the views and removing these lines from the code.
The problem is superficially solved, but when scrolling in a larger table, it occurs again.
Should be fixed as of 3.6, just released
https://github.com/stechstudio/filament-impersonate/blob/ee92ce42de52561aaf6731390b92846329f58b13/resources/views/components/banner.blade.php#L37C4-L39
This line of code cause an issues with the filament sidebar, it create a gap between the sidebar and the impersonate banner.
I'm using the default setup/configuration of the plugin.
Disabling the Css it fixed the issue or if the
position
setting istop
then the css will not be applied.