Skip to content

Commit cbad133

Browse files
authored
remove troublesome z-indexes (#51)
1 parent 5b33d7a commit cbad133

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/svelte.dev/src/routes/(authed)/repl/[id]/+page.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
}
128128
.repl-outer :global(.tab-content.visible) {
129129
visibility: visible;
130-
z-index: 1;
131130
}
132131
133132
.zen-mode {

packages/repl/src/lib/Input/ModuleEditor.svelte

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

6767
<style>
6868
.editor-wrapper {
69-
z-index: 5;
7069
background: var(--sk-back-3);
7170
display: flex;
7271
flex-direction: column;

0 commit comments

Comments
 (0)