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:
parent
df1cd64851
commit
c5c0cb1b00
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue