Don't force scroll.

This commit is contained in:
Dermot Duffy
2021-09-05 10:43:02 -07:00
parent 9d26c22776
commit 4303982b27
+1 -1
View File
@@ -18,7 +18,7 @@
} }
.frigate-card-gallery { .frigate-card-gallery {
overflow: scroll; overflow: auto;
-ms-overflow-style: none; /* Hide scrollbar: IE and Edge */ -ms-overflow-style: none; /* Hide scrollbar: IE and Edge */
scrollbar-width: none; /* Hide scrollbar: Firefox */ scrollbar-width: none; /* Hide scrollbar: Firefox */