@codesinger0/shared-components 1.1.87 → 1.1.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35,6 +35,8 @@ const MasonryImageList = ({ images = [], cols = 3, onImageClick = () => { } }) =
|
|
|
35
35
|
/* default: mobile 2 columns */
|
|
36
36
|
column-count: 2;
|
|
37
37
|
padding-right: 0.25rem; /* small padding so rtl scroll doesn't cut content */
|
|
38
|
+
width: 100%;
|
|
39
|
+
overflow-x: hidden; /* prevent horizontal scrolling */
|
|
38
40
|
}
|
|
39
41
|
|
|
40
42
|
/* Desktop: use the --masonry-cols variable */
|