fix buttons not being hovered

This commit is contained in:
b1ek 2023-08-27 10:33:07 +10:00
parent f5caec924a
commit 9a76383154
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 0 deletions

View File

@ -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 {