s-material-react 2.2.27 → 2.2.28

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.
@@ -177,7 +177,7 @@
177
177
  overflow: hidden;
178
178
  position: fixed;
179
179
  /*postcss-pxtransform ignore next*/
180
- bottom: 50px;
180
+ bottom: calc(50px + env(safe-area-inset-bottom));
181
181
  // margin-bottom: -20px;
182
182
  // transform: translateY(20px);
183
183
  z-index: 100;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s-material-react",
3
- "version": "2.2.27",
3
+ "version": "2.2.28",
4
4
  "description": "'组件库'",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": [