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

View File

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