@kodaris/krubble-components 1.0.71 → 1.0.73
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/dialog/dialog.js +1 -1
- package/dist/krubble-components.bundled.js +1 -1
- package/dist/krubble-components.bundled.js.map +1 -1
- package/dist/krubble-components.bundled.min.js +1 -1
- package/dist/krubble-components.bundled.min.js.map +1 -1
- package/dist/krubble-components.umd.js +1 -1
- package/dist/krubble-components.umd.js.map +1 -1
- package/dist/krubble-components.umd.min.js +1 -1
- package/dist/krubble-components.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1047,8 +1047,8 @@ const ze="important",Oe=" !"+ze,De=xe(class extends ke{constructor(e){if(super(e
|
|
|
1047
1047
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
1048
1048
|
border-radius: 12px;
|
|
1049
1049
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
|
|
1050
|
-
height: 100%;
|
|
1051
1050
|
max-height: 90vh;
|
|
1051
|
+
height: auto;
|
|
1052
1052
|
overflow: hidden;
|
|
1053
1053
|
display: flex;
|
|
1054
1054
|
flex-direction: column;
|