Skip to content

Commit 6df6cc1

Browse files
Ocean-OSteemingc
authored andcommitted
fix: make repl console scrollable (sveltejs#1477)
* fix: make repl console scrollable * try this * try this * i think i fixed it? * apply suggestion from review Co-authored-by: Tee Ming <chewteeming01@gmail.com> * Apply suggestion from @eltigerchino --------- Co-authored-by: Tee Ming <chewteeming01@gmail.com>
1 parent f64c3af commit 6df6cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/repl/src/lib/Output/PaneWithPanel.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
123123
.panel-body {
124124
overflow: auto;
125+
max-height: calc(100% - var(--sk-pane-controls-height));
125126
}
126127
127128
.panel-heading {

0 commit comments

Comments
 (0)