OrcaSlicer/resources/web/guide/1/1.css
Daazed McFarland 1786e3f5e4
overflow inital setup screen (#11007)
allow overflow on setup

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
2025-10-13 16:21:41 +08:00

41 lines
344 B
CSS

html
{
background-color: #fff;
}
body
{
text-align:center;
padding-top: 10%;
overflow: auto;
}
#SlicerIcon
{
}
#Title
{
height:20mm;
line-height: 20mm;
font-size: 6mm;
color: #009688;
}
#STip
{
padding:0mm 20mm;
height: 15%;
}
#BtnArea
{
align-items: center;
}
#StartBtn
{
display: inline-block;
text-decoration:none;
}