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

Snackbar showing 2px at bottom of screen onLoad #188

Open
Jscherbe opened this issue May 23, 2019 · 0 comments
Open

Snackbar showing 2px at bottom of screen onLoad #188

Jscherbe opened this issue May 23, 2019 · 0 comments

Comments

@Jscherbe
Copy link

Expected behavior

The snackbar should be hidden after page load but we see 2 pixels at the bottom left of the screen. This is being caused by sites with a default of box-sizing: content-box. Adding:
box-sizing: border-box; seems to fix the issue since the border is added to the rendered height.

Reproduction steps

Load the high chart editor on a page that's default box-sizing: content-box. Go to the bottom left portion of the body

Editor version

v0.2.1-rc2

Affected browser(s)

All

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

1 participant