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", position: "sticky",
overflow: "hidden", overflow: "hidden",
top: "0", top: "0",
zIndex: "1", zIndex: "2",
}, },
variants: { variants: {
stuck: { stuck: {

View File

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