Skip to content

Commit 696c859

Browse files
committed
Extend the error overlay to cover the entire chat input height
1 parent 967588b commit 696c859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/ui/src/components/editor/ChatInput/ChatInput.module.scss‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
position: absolute;
8686
z-index: 1;
8787
width: 100%;
88-
height: calc(100% - 26px); // - footer height
88+
height: 100%;
8989
top: 0;
9090
left: 0;
9191
display: flex;

0 commit comments

Comments
 (0)