bstp-agent-widget 0.2.33 → 0.2.34
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/agent-widget.js +1 -0
- package/dist/agent-widget.js.map +1 -1
- package/package.json +1 -1
package/dist/agent-widget.js
CHANGED
|
@@ -23765,6 +23765,7 @@ function YO({ opened: e, onClose: t, zIndex: n, withinPortal: r, messages: i, co
|
|
|
23765
23765
|
display: "flex",
|
|
23766
23766
|
flexDirection: "column",
|
|
23767
23767
|
marginTop: x,
|
|
23768
|
+
height: `calc(100vh - ${x}px)`,
|
|
23768
23769
|
backgroundColor: "var(--mantine-custom-color-surface-body-bg, #f8f9fa)"
|
|
23769
23770
|
},
|
|
23770
23771
|
header: {
|