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.
Files changed (2) hide show
  1. package/dist/widget.js +7 -1
  2. 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
- max-height: 400px;
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cevvo-widget",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Cevvo Widget - AI-powered chat for your docs",
5
5
  "type": "module",
6
6
  "main": "dist/widget.js",