Skip to content

Commit 2b75aed

Browse files
committed
Hide scrollbar when unnecessary in console messages
1 parent c4a7b08 commit 2b75aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_console.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
display: flex;
4343
flex: 1;
4444
flex-direction: column;
45-
overflow-y: scroll;
45+
overflow-y: auto;
4646
}
4747

4848
.preview-console__collapse {

0 commit comments

Comments
 (0)