* { margin: 0; box-sizing: border-box; }
body { background: #444; padding: 32px; }
#viewbox {
top: 30%;
left: 30%;
position: absolute;
width: 344px;
height: 332px;
}
#overlay {
max-width: 100%;
max-height: 100%;
position: relative;
display: grid;
grid-template-rows: min-content auto;
border-radius: 12px;
overflow: hidden;
overflow-y: auto;
scrollbar-color: #ababab transparent;
font-family: system-ui;
padding: 16px;
background: #111;
color: #eee;
}
#body {
height: auto ;
max-height: min-content;
}
* { margin: 0; box-sizing: border-box; }
body { background: #444; padding: 32px; }
#viewbox {
top: 30%;
left: 30%;
position: absolute;
width: 344px;
height: 332px;
}
#overlay {
max-width: 100%;
max-height: 100%;
position: relative;
display: grid;
grid-template-rows: min-content auto;
border-radius: 12px;
overflow: hidden;
overflow-y: auto;
scrollbar-color: #ababab transparent;
font-family: system-ui;
padding: 16px;
background: #111;
color: #eee;
}
#body {
height: auto ;
max-height: min-content;
}