Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/n4ze3m/dialoqbase into next
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Dec 20, 2023
2 parents 1331c6f + ef459e0 commit c233a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/script/src/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c233a43

Please sign in to comment.