@wizishop/img-manager 0.2.79 → 0.2.80

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": "@wizishop/img-manager",
3
- "version": "0.2.79",
3
+ "version": "0.2.80",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -2413,6 +2413,14 @@ $green-color: #2ecc71;
2413
2413
  }
2414
2414
  }
2415
2415
  }
2416
+
2417
+ .mosaic__container__cards {
2418
+ z-index: 1;
2419
+ & + .mosaic__pagination {
2420
+ position: relative;
2421
+ z-index: 2;
2422
+ }
2423
+ }
2416
2424
  $card-img-size: 100%;
2417
2425
  $card-img-size-small: 140px;
2418
2426