From db6448955feeab4d3a5a51a65d5d588b30c61444 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Mon, 25 Mar 2019 08:24:58 -0400 Subject: [PATCH] begun, the z-index wars have --- site/src/routes/repl/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/routes/repl/index.svelte b/site/src/routes/repl/index.svelte index 655b8144a8..13de167172 100644 --- a/site/src/routes/repl/index.svelte +++ b/site/src/routes/repl/index.svelte @@ -134,7 +134,7 @@ width: 100%; height: 100%; top: 0; - z-index: 11; + z-index: 111; } .pane { width: 100%; height: 100% }