We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8a4e7 commit 63d2a2fCopy full SHA for 63d2a2f
1 file changed
frontend/preview/preview.tsx
@@ -65,7 +65,7 @@ function PreviewHeader({ previewName }: { previewName: string }) {
65
return (
66
<div
67
className="fixed top-0 left-0 right-0 flex items-center gap-3 px-4 py-2 bg-panel border-b border-border"
68
- style={{ zIndex: 99999 }}
+ style={{ zIndex: 100000 }}
69
>
70
<a
71
href="/"
0 commit comments