Fix position of lightbox arrows for a video

This commit is contained in:
Fedor Indutny 2023-05-22 22:24:33 +02:00 committed by GitHub
parent 759c61d06e
commit 99011b0a56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 15 deletions

View file

@ -256,17 +256,6 @@
}
}
&__container--has-controls {
.Lightbox__nav-next,
.Lightbox__nav-prev {
// Give some room for <video/>'s controls.
$controls-height: 64px;
padding-top: $controls-height;
height: calc(100% - $controls-height);
}
}
&__controls {
display: flex;
gap: 32px;