Add wheel gestures and fix scrolling issue.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user