@docyrus/ui-pro-ai-assistant 0.0.7 → 0.0.8

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/index.js CHANGED
@@ -22601,7 +22601,7 @@ var AssistantView = ({ ref, ...props }) => {
22601
22601
  {
22602
22602
  className: cn(
22603
22603
  "relative flex flex-col bg-background text-foreground border shadow-sm @container",
22604
- isFullscreen ? "fixed inset-0 z-[9999] rounded-none h-screen" : "h-full rounded-xl",
22604
+ isFullscreen ? "fixed inset-0 z-[9999] rounded-none h-screen" : "h-full min-h-0 rounded-xl",
22605
22605
  className
22606
22606
  ),
22607
22607
  "data-render-mode": "inline",