diy-template-components 2.0.69 → 2.0.70

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/build/index.js CHANGED
@@ -358,6 +358,13 @@ const useSectionStyles$a = createUseStyles(theme => ({
358
358
  originalPrice: {
359
359
  color: '#FFFFFF',
360
360
  textDecoration: 'line-through'
361
+ },
362
+ BottomSheetContainer: {
363
+ position: 'fixed',
364
+ bottom: 0,
365
+ left: 0,
366
+ width: '100%',
367
+ zIndex: '2'
361
368
  }
362
369
  },
363
370
  mobileAppNameClass: {