Don't always show scrollbars on Editor

This commit is contained in:
Justin Edmund 2023-08-26 16:27:10 -07:00
parent 9e6c9a2108
commit 588574ee7c

View file

@ -24,7 +24,8 @@
flex-grow: 1;
font-size: $font-regular;
line-height: 1.4;
overflow: scroll;
overflow-y: auto;
overflow-x: hidden;
padding: $unit * 1.5 $unit-2x;
white-space: pre-wrap;
width: 100%;