UX: fix height of lazy youtube embeds (#27671)

This commit is contained in:
Kris 2024-07-01 17:27:11 -04:00 committed by GitHub
parent 1c67aab135
commit 9e8d8d37fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -143,3 +143,8 @@
border-radius: 9px; border-radius: 9px;
} }
} }
// Overrides core onebox height: auto; that can cause a conflict
.lazy-video-wrapper .lazy-video-container.youtube-onebox {
height: 0;
}