Skip to content

Commit 4f482ca

Browse files
authored
Merge pull request #94 from shuding/shuding-patch-1
Fix z-index
2 parents 8037735 + b708ab5 commit 4f482ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/playground.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function Page() {
110110
}, [])
111111
return (
112112
<>
113-
<div style={{ position: 'absolute', right: 20, top: 20, z-index: 1 }}>
113+
<div style={{ position: 'absolute', right: 20, top: 20, zIndex: 1 }}>
114114
<Leva fill />
115115
</div>
116116
<canvas

0 commit comments

Comments
 (0)