Skip to content

Commit 70c8d3e

Browse files
authored
Merge pull request sveltejs#2311 from sveltejs/sveltejsgh-2306
Fix zen mode REPL nav CSS
2 parents f6f06b3 + cb60f6c commit 70c8d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/routes/repl/index.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
width: 100%;
126126
height: 100%;
127127
top: 0;
128-
z-index: 11;
128+
z-index: 111;
129129
}
130130
131131
.pane { width: 100%; height: 100% }

0 commit comments

Comments
 (0)