fix buttons not being hovered
This commit is contained in:
parent
f5caec924a
commit
9a76383154
|
@ -44,6 +44,7 @@
|
||||||
transform: translate(-1px, 1px);
|
transform: translate(-1px, 1px);
|
||||||
height: var(--sidebar-button-icon-size);
|
height: var(--sidebar-button-icon-size);
|
||||||
width: var(--sidebar-button-icon-size);
|
width: var(--sidebar-button-icon-size);
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.back {
|
.back {
|
||||||
|
|
Loading…
Reference in New Issue