We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 2.9.3
In bluescreen, is directly inserted the following on each page with Tracy:
html, body { display: block; overflow: visible; }
Founded in file vendor/tracy/tracy/src/Tracy/BlueScreen/assets/bluescreen.css:9.
vendor/tracy/tracy/src/Tracy/BlueScreen/assets/bluescreen.css:9
It is no way to override that, so in develop mode with tracy it breaks website design, when its based on flex like this:
body { display: flex; }
Any website design which is based on flex on the body element.
Don't define that.
Use specific selector if it is needed for correctly rendering bluescreen.
The text was updated successfully, but these errors were encountered:
bluescreen: resets <body> display only when is displayed [Closes #545][…
6eb6659
…Closes #546]
077b522
No branches or pull requests
Version: 2.9.3
Bug Description
In bluescreen, is directly inserted the following on each page with Tracy:
Founded in file
vendor/tracy/tracy/src/Tracy/BlueScreen/assets/bluescreen.css:9
.It is no way to override that, so in develop mode with tracy it breaks website design, when its based on flex like this:
Steps To Reproduce
Any website design which is based on flex on the body element.
Expected Behavior
Don't define that.
Possible Solution
Use specific selector if it is needed for correctly rendering bluescreen.
The text was updated successfully, but these errors were encountered: