Skip to content

Commit 2ca8fc0

Browse files
committed
UI: Avoid main content to shrink on scroll required
1 parent 48b3ad0 commit 2ca8fc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conversation-ui/src/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
flex-grow: 1;
66
grid-area: main;
77
overflow-x: hidden; // Avoid horizontal scroll
8+
overflow-y: scroll; // Avoid view to shrink on scroll required
89

910
.main__container {
1011
box-sizing: border-box;

0 commit comments

Comments
 (0)