We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b3ad0 commit 2ca8fc0Copy full SHA for 2ca8fc0
src/conversation-ui/src/app.scss
@@ -5,6 +5,7 @@
5
flex-grow: 1;
6
grid-area: main;
7
overflow-x: hidden; // Avoid horizontal scroll
8
+ overflow-y: scroll; // Avoid view to shrink on scroll required
9
10
.main__container {
11
box-sizing: border-box;
0 commit comments