Skip to content

Commit 3f74a19

Browse files
authored
fix(playground): remove redundant vertical scroll bar (#10752)
1 parent a21d702 commit 3f74a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: client/src/playground/index.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ main.play {
191191
var(--editor-header-padding) - var(--editor-header-border-width)
192192
);
193193
margin: 0.5rem 0 0;
194-
overflow: scroll;
194+
overflow-y: scroll;
195195

196196
.cm-editor {
197-
height: 100%;
197+
min-height: 100%;
198198
width: 100%;
199199

200200
@media screen and (max-width: $screen-sm) {

0 commit comments

Comments
 (0)