@gudhub/ssg-web-components-library 1.0.31 → 1.0.32

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gudhub/ssg-web-components-library",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -9,7 +9,8 @@ masonry-gallery {
9
9
  margin: 0 auto;
10
10
  padding: 7px;
11
11
  max-height: var(--max-grid-height);
12
- overflow: unset !important;
12
+ // If you need to do images in one column, for fix hover animation effect you need to change 'overflow-y: hidden' to 'overflow-y: unset !important' (do it only if you doesn't need to hide part of initial images)
13
+ overflow-y: hidden;
13
14
  &::-webkit-scrollbar {
14
15
  display: none;
15
16
  }