overflow inital setup screen (#11007)

allow overflow on setup

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
Daazed McFarland 2025-10-13 01:21:41 -07:00 committed by GitHub
parent 295758f0fc
commit 1786e3f5e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ body
{
text-align:center;
padding-top: 10%;
overflow: auto;
}
#SlicerIcon
@ -37,4 +38,4 @@ body
{
display: inline-block;
text-decoration:none;
}
}