You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll see if I can figure something out. The problem is that the elements have to be there on page load for the JS to take effect and with SPA mode, they are injected after the script tries to initialize.
Filament Version
v3
Plugin Version
v2.0.5
PHP Version
8.2.25
Problem description
When using the Filament
spa()
mode (https://filamentphp.com/docs/3.x/panels/configuration#spa-mode), the top bar isn't consistantly sticky anymore.Expected behavior
The header should be sticky
Steps to reproduce
Just activate the SPA mode in your panel provider:
And then test:
Reproduction repository
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: