dakboard / Hardware-OS

DAKboard Wall Display, CPU, and Raspberry Pi
25 stars 4 forks source link

Hide Scrollbar in browser-init.html #135

Closed cocarrig closed 5 months ago

cocarrig commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

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

jatoric commented 5 months ago

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