fix: sign in to see achievements overlay

This commit is contained in:
Zamitto 2024-10-23 20:17:08 -03:00
parent 2d98addd02
commit dc413736e8
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ export const panel = recipe({
position: "sticky",
overflow: "hidden",
top: "0",
zIndex: "1",
zIndex: "2",
},
variants: {
stuck: {

View File

@ -126,7 +126,7 @@ export function Sidebar() {
<div
style={{
position: "absolute",
zIndex: 2,
zIndex: 1,
inset: 0,
width: "100%",
height: "100%",