@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
|
@@ -1868,8 +1868,8 @@
|
|
|
1868
1868
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
1869
1869
|
border-radius: 12px;
|
|
1870
1870
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
|
|
1871
|
-
height: 100%;
|
|
1872
1871
|
max-height: 90vh;
|
|
1872
|
+
height: auto;
|
|
1873
1873
|
overflow: hidden;
|
|
1874
1874
|
display: flex;
|
|
1875
1875
|
flex-direction: column;
|