Merge pull request #195 from dermotduffy/fullscreen-resize-observer

Fix fullscreen thumbnail sizes not correctly adjusting to expanded real estate
This commit is contained in:
Dermot Duffy
2021-11-14 19:43:03 -08:00
committed by GitHub
+1
View File
@@ -2,6 +2,7 @@
@use "@material/image-list";
:host {
display: block;
overflow: auto;
-ms-overflow-style: none; /* Hide scrollbar: IE and Edge */
scrollbar-width: none; /* Hide scrollbar: Firefox */