@blerp/design 1.3.14 → 1.3.15

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.
@@ -131,6 +131,7 @@ const SnackbarProvider = props => {
131
131
  autoHideDuration: snackbarValues.autoHideDuration,
132
132
  open: open,
133
133
  sx: {
134
+ position: "absolute",
134
135
  minWidth: "30%"
135
136
  },
136
137
  TransitionComponent: props => {
@@ -120,6 +120,7 @@ const SnackbarProvider = props => {
120
120
  autoHideDuration: snackbarValues.autoHideDuration,
121
121
  open: open,
122
122
  sx: {
123
+ position: "absolute",
123
124
  minWidth: "30%"
124
125
  },
125
126
  TransitionComponent: props => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.3.14",
3
+ "version": "1.3.15",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/esm/index.js",
6
6
  "scripts": {