Skip to content

Commit 390587a

Browse files
committed
i think i fixed it?
1 parent f2ba622 commit 390587a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@
121121
}
122122
123123
.panel-body {
124-
overflow: auto;
124+
overflow: scroll;
125+
max-height: 100%;
125126
}
126127
127128
.panel-heading {
@@ -138,5 +139,6 @@
138139
139140
section {
140141
position: relative;
142+
overflow: hidden;
141143
}
142144
</style>

packages/repl/src/lib/Output/console/Console.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
<style>
1515
.container {
16-
overflow: scroll;
1716
--error-fg: #da106e;
1817
--error-bg: #fff0f0;
1918
--error-border: rgb(242, 214, 219);

0 commit comments

Comments
 (0)