@asd20/ui 3.2.738 → 3.2.740
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/package.json
CHANGED
|
@@ -315,10 +315,6 @@ export default {
|
|
|
315
315
|
// margin-left: space(1);
|
|
316
316
|
// width: auto;
|
|
317
317
|
// }
|
|
318
|
-
&::v-deep .asd20-modal {
|
|
319
|
-
height: 100%;
|
|
320
|
-
overflow-y: auto !important;
|
|
321
|
-
}
|
|
322
318
|
}
|
|
323
319
|
|
|
324
320
|
@media (min-width: 1024px) {
|
|
@@ -332,7 +328,7 @@ export default {
|
|
|
332
328
|
width: 40vw;
|
|
333
329
|
min-width: 400px;
|
|
334
330
|
flex-grow: 0;
|
|
335
|
-
|
|
331
|
+
height: min-content;
|
|
336
332
|
}
|
|
337
333
|
height: auto;
|
|
338
334
|
}
|