Skip to content

Commit a4ec881

Browse files
committed
Test fix for private scrolling
#1421
1 parent 6ecbc74 commit a4ec881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/Description-Field/Description-Field.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
overflow: auto;
1414

1515
&.isPrivate {
16-
max-height: 205px;
16+
max-height: 400px;
1717
}
1818

1919
:global {

0 commit comments

Comments
 (0)