Gallery core should be a block element.

This commit is contained in:
Dermot Duffy
2021-11-14 19:40:07 -08:00
parent 49b44871c0
commit 2b0ba931f4
+1
View File
@@ -2,6 +2,7 @@
@use "@material/image-list"; @use "@material/image-list";
:host { :host {
display: block;
overflow: auto; 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 */