@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.
- package/dist/index.css +2 -1
- 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:
|
|
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
|
}
|