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

[BUG] Sandbox Mode cannot scroll to see controls in Safari #22

Open
TJScalzo opened this issue May 3, 2020 · 0 comments
Open

[BUG] Sandbox Mode cannot scroll to see controls in Safari #22

TJScalzo opened this issue May 3, 2020 · 0 comments

Comments

@TJScalzo
Copy link
Contributor

TJScalzo commented May 3, 2020

I cannot scroll through the controls within the Sandbox simulator. No scrollbar appears and clicking on an input first doesn't allow scrolling using the scroll wheel or anything.
Screen Shot 2020-05-03 at 12 23 12 AM
This means the start button can't be reached and so Sandbox Mode can't be used. This seems to only be an issue in Safari because a scrollbar is visible in Firefox and Chrome.

Looking at the simulator's HTML, as shown by Safari in its inspector, the div with class "simplebar-content-wrapper" has overflow: hidden; in its style attribute. Changing it to overflow: scroll; lets me scroll using the scroll wheel, even though a scrollbar doesn't appear. I don't know how SimpleBar works so I'm not sure I'm able to help fix this issue.

@TJScalzo TJScalzo changed the title Sandbox Mode cannot scroll to see controls in Safari [BUG] Sandbox Mode cannot scroll to see controls in Safari May 7, 2020
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