mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
fix: sign in to see achievements overlay
This commit is contained in:
parent
2d98addd02
commit
dc413736e8
@ -18,7 +18,7 @@ export const panel = recipe({
|
||||
position: "sticky",
|
||||
overflow: "hidden",
|
||||
top: "0",
|
||||
zIndex: "1",
|
||||
zIndex: "2",
|
||||
},
|
||||
variants: {
|
||||
stuck: {
|
||||
|
@ -126,7 +126,7 @@ export function Sidebar() {
|
||||
<div
|
||||
style={{
|
||||
position: "absolute",
|
||||
zIndex: 2,
|
||||
zIndex: 1,
|
||||
inset: 0,
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
|
Loading…
Reference in New Issue
Block a user