Skip to content

Commit

Permalink
fix(Chat Trigger Node): Fix public chat container dimensions (#9664)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
  • Loading branch information
OlegIvaniv committed Jun 7, 2024
1 parent 4b345be commit 3b10c0f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ export function createPage({
<title>Chat</title>
<link href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/@n8n/chat/style.css" rel="stylesheet" />
<style>
html,
body,
#n8n-chat {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<script type="module">
Expand Down

0 comments on commit 3b10c0f

Please sign in to comment.