Ensure sticky video stays on screen for entire page scroll in watch mode

Desktop: override align-items to stretch on watch-mode grid so watch-left
fills the full row height, giving the sticky video room to stick as long
as any content is visible in either column.
This commit is contained in:
russell@unturf.com 2026-02-09 13:04:10 -05:00
parent df1cd64851
commit c5c0cb1b00

View file

@ -1520,6 +1520,7 @@ textarea.markup-editor-textarea {
section.two-column.watch-mode {
grid-template-columns: 2fr 1fr;
grid-template-areas: "left purchase";
align-items: stretch;
}
.watch-left {