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",
|
position: "sticky",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
top: "0",
|
top: "0",
|
||||||
zIndex: "1",
|
zIndex: "2",
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
stuck: {
|
stuck: {
|
||||||
|
@ -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%",
|
||||||
|
Loading…
Reference in New Issue
Block a user