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:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user