Skip to content

Commit 8830715

Browse files
aquaductapeMilo
authored andcommitted
fix update popup being overlapped by editor scrollbars
1 parent ee194c5 commit 8830715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
<div id="app"></div>
13-
<div id="update" class="fixed bottom-10 left-10"></div>
13+
<div id="update" class="z-12 fixed bottom-10 left-10"></div>
1414
<script src="./src/index.tsx" type="module"></script>
1515
</body>
1616
</html>

0 commit comments

Comments
 (0)