We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc9b31 commit a1f4b1aCopy full SHA for a1f4b1a
packages/repl/src/lib/Output/console/Console.svelte
@@ -13,6 +13,7 @@
13
14
<style>
15
.container {
16
+ overflow: scroll;
17
--error-fg: #da106e;
18
--error-bg: #fff0f0;
19
--error-border: rgb(242, 214, 219);
0 commit comments