Skip to content

Commit eb14963

Browse files
authored
Change overflow property from hidden to visible
1 parent 00597a5 commit eb14963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
display: flex;
5151
flex-direction: column;
5252
position: relative;
53-
overflow: hidden;
53+
overflow: visible;
5454

5555
.ai-chat-area {
5656
flex: 1;

0 commit comments

Comments
 (0)