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

Hide Scrollbar in browser-init.html #135

Closed
cocarrig opened this issue Mar 5, 2024 · 3 comments
Closed

Hide Scrollbar in browser-init.html #135

cocarrig opened this issue Mar 5, 2024 · 3 comments
Assignees

Comments

@cocarrig
Copy link
Collaborator

cocarrig commented Mar 5, 2024

In 4.01 release it is noted that the browser-init.html which is temporarily displayed while checking the network appears with a scrollbar under certain conditions.

@Dan-Peck
Copy link

I believe changing the style of the BODY tag to use margin:0 will help with this.
If that fails, overflow:hidden could also work

@jatoric
Copy link

jatoric commented Mar 14, 2024

Tested both margin: 0 and overflow: hidden. Found overflow: hidden to be the better solution for this issue.

@jatoric
Copy link

jatoric commented Mar 28, 2024

Completed and released in 4.02:
https://github.com/dakboard/Hardware-OS/releases/tag/4.02

@jatoric jatoric closed this as completed Mar 28, 2024
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

3 participants