Skip to content

Commit 277d82e

Browse files
authored
Apply suggestion from @eltigerchino
1 parent 65964da commit 277d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)