Add wheel gestures and fix scrolling issue.

This commit is contained in:
Dermot Duffy
2022-03-21 19:48:09 -07:00
parent c53a3cb818
commit b649401f11
6 changed files with 22 additions and 6 deletions
+5
View File
@@ -1,6 +1,11 @@
:host {
--frigate-card-carousel-thumbnail-opacity: 0.8;
}
:host([direction=vertical]) {
height: 100%;
}
:host([direction=horizontal]) {
// In fullscreen mode, without explicitly setting the height to auto Chrome
// will construct a stylesheet with 100% height.
height: auto;