-
-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Description
Version: 2.9.3
Bug Description
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.
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;
}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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels