Skip to content

Commit

Permalink
fix(playground): remove duplicate editor scrollbar (#12653)
Browse files Browse the repository at this point in the history
Update index.scss for scroll bar overflow

Fixes #12572.
  • Loading branch information
JustinWebDev authored Feb 26, 2025
1 parent 85030a9 commit f366927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/playground/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ main.play {
var(--editor-header-padding) - var(--editor-header-border-width)
);
margin: 0.5rem 0 0;
overflow-y: scroll;
}
}
}
Expand Down

0 comments on commit f366927

Please sign in to comment.