diff --git a/app/script/src/widget.ts b/app/script/src/widget.ts index cc8f5d4f..d1c48ddb 100644 --- a/app/script/src/widget.ts +++ b/app/script/src/widget.ts @@ -14,6 +14,8 @@ export function createChatWidget( let widgetContainerStyle: WidgetContainerStyle = widgetContainer.style; widgetContainerStyle.boxSizing = "border-box"; widgetContainerStyle.height = "80vh"; + widgetContainerStyle.maxWidth = "90vw"; + widgetContainerStyle.maxHeight = "90vh"; widgetContainerStyle.position = "fixed"; widgetContainerStyle.display = "none"; widgetContainerStyle.zIndex = "99999999";