@bigtablet/design-system 1.18.3 → 1.18.4

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1097,7 +1097,7 @@
1097
1097
  border-radius: 12px;
1098
1098
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
1099
1099
  max-width: calc(100% - 32px);
1100
- overflow: hidden;
1100
+ overflow: visible;
1101
1101
  }
1102
1102
  .modal_header {
1103
1103
  padding: 1rem;
@@ -1109,4 +1109,5 @@
1109
1109
  }
1110
1110
  .modal_body {
1111
1111
  padding: 1rem;
1112
+ overflow: visible;
1112
1113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigtablet/design-system",
3
- "version": "1.18.3",
3
+ "version": "1.18.4",
4
4
  "description": "Bigtablet Design System UI Components",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",