Skip to content
New issue

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

Body flex based design is overridden by bluescreen style #546

Closed
becygroup opened this issue Jul 4, 2022 · 0 comments
Closed

Body flex based design is overridden by bluescreen style #546

becygroup opened this issue Jul 4, 2022 · 0 comments

Comments

@becygroup
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants