Skip to content

Commit ea24576

Browse files
authored
chore(sfc-playground): fix header z-index issue (#14479)
close #14478
1 parent 355d606 commit ea24576

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages-private/sfc-playground/src/Header.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ nav {
170170
background-color: var(--bg);
171171
box-shadow: 0 0 4px rgba(0, 0, 0, 0.33);
172172
position: relative;
173-
z-index: 999;
174173
display: flex;
175174
justify-content: space-between;
176175
}

packages-private/sfc-playground/src/VersionSelect.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ onMounted(() => {
106106

107107
<style>
108108
.version {
109+
z-index: 1;
109110
margin-right: 12px;
110111
position: relative;
111112
}

0 commit comments

Comments
 (0)