Fix fullscreen bug.

This commit is contained in:
Dermot Duffy
2022-03-20 22:57:57 -07:00
parent d2a7e877c3
commit da34daf5bd
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
:host {
--frigate-card-carousel-thumbnail-opacity: 0.8;
// In fullscreen mode, without explicitly setting the height to auto Chrome
// will construct a stylesheet with 100% height.
height: auto;
}
.embla__slide {