We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.3.0
The inline display: block on .sf-toolbar-block-ajax prevents the debug toolbar from collapsing to the icon on the right:
I believe this happens at line 147 in toolbar_js.html.twig
Click on the X to hide the toolbar.
Abandon inline styling for .sf-toolbar-block-ajax
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #60602? Should have been fixed by #60607.
Sorry, something went wrong.
My bad, didn’t find the existing issue. I temporarily fixed it myself by commenting out the lines around 147 where the inline styles are applied.
No branches or pull requests
Symfony version(s) affected
7.3.0
Description
The inline display: block on .sf-toolbar-block-ajax prevents the debug toolbar from collapsing to the icon on the right:
I believe this happens at line 147 in toolbar_js.html.twig
How to reproduce
Click on the X to hide the toolbar.
Possible Solution
Abandon inline styling for .sf-toolbar-block-ajax
Additional Context
No response
The text was updated successfully, but these errors were encountered: