cevvo-widget 1.1.0 → 1.1.1
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/widget.js +7 -1
- package/package.json +1 -1
package/dist/widget.js
CHANGED
|
@@ -601,9 +601,15 @@
|
|
|
601
601
|
display: none;
|
|
602
602
|
}
|
|
603
603
|
|
|
604
|
+
.cevvo-modal-overlay.mode-modal.has-messages .cevvo-modal-description {
|
|
605
|
+
display: none;
|
|
606
|
+
}
|
|
607
|
+
|
|
604
608
|
.cevvo-modal-overlay.mode-modal.has-messages .cevvo-modal-body {
|
|
605
609
|
display: block;
|
|
606
|
-
|
|
610
|
+
flex: 1;
|
|
611
|
+
overflow-y: auto;
|
|
612
|
+
max-height: 60vh;
|
|
607
613
|
}
|
|
608
614
|
|
|
609
615
|
.cevvo-modal-overlay.mode-modal .cevvo-modal-footer {
|