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

Ability to see elements (in <body>) covered by the inspector #100

Open
pomek opened this issue Sep 21, 2020 · 0 comments
Open

Ability to see elements (in <body>) covered by the inspector #100

pomek opened this issue Sep 21, 2020 · 0 comments

Comments

@pomek
Copy link
Member

pomek commented Sep 21, 2020

Since the inspector is just a container placed in the <body> when it's open, it can cover some elements on the page:

image

My scroll is at the end of the window.

If the inspector is collapsed, elements that were hidden, now are visible:

image

Scroll at the same position.

By adding the padding-top with the same value as the inspector height, we can resolve the issue:

image

Now I can scroll below and the editor displays the UI.

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

No branches or pull requests

1 participant