@pisell/materials 1.8.36 → 1.8.37

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.
@@ -612,7 +612,7 @@
612
612
 
613
613
  .pisell-lookup-modal-custom-container {
614
614
  position: absolute !important;
615
- top: 0 !important;
615
+ top: var(env(safe-area-inset-top), 0) !important;
616
616
  left: 0 !important;
617
617
  right: 0 !important;
618
618
  bottom: 0 !important;
@@ -612,7 +612,7 @@
612
612
 
613
613
  .pisell-lookup-modal-custom-container {
614
614
  position: absolute !important;
615
- top: 0 !important;
615
+ top: var(env(safe-area-inset-top), 0) !important;
616
616
  left: 0 !important;
617
617
  right: 0 !important;
618
618
  bottom: 0 !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.8.36",
3
+ "version": "1.8.37",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",