similar pseudo-applet styling added to _scroll.html

This commit is contained in:
Disco DeDisco
2026-03-24 17:31:51 -04:00
parent 2ca4e9d39f
commit a0f8aeb791
3 changed files with 53 additions and 49 deletions

View File

@@ -47,12 +47,11 @@ body.page-billscroll {
// The single scroll applet stretches to fill the remaining aperture
.applet-billboard-scroll {
@extend %applet-box;
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
// Override grid-row span — this applet fills height via flex, not grid rows
grid-row: unset;
#id_drama_scroll {
flex: 1;