bstp-agent-widget 0.2.28 → 0.2.29

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.
@@ -23752,6 +23752,15 @@ function YO({ opened: e, onClose: t, zIndex: n, withinPortal: r, messages: i, co
23752
23752
  style: { zIndex: Math.max(1, n - 1) }
23753
23753
  },
23754
23754
  styles: {
23755
+ root: {
23756
+ position: "fixed",
23757
+ inset: 0
23758
+ },
23759
+ inner: {
23760
+ display: "flex",
23761
+ justifyContent: "flex-end",
23762
+ alignItems: "stretch"
23763
+ },
23755
23764
  content: {
23756
23765
  display: "flex",
23757
23766
  flexDirection: "column",