From 2b0ba931f4e220a3f7863bac21cb8763b9944a6e Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 14 Nov 2021 19:40:07 -0800 Subject: [PATCH] Gallery core should be a block element. --- src/scss/gallery.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/gallery.scss b/src/scss/gallery.scss index 5e285c92..9df685f1 100644 --- a/src/scss/gallery.scss +++ b/src/scss/gallery.scss @@ -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 */