Jebane kurwa gesty blokuja mi przycisk
All checks were successful
Android Build / publish (push) Successful in 55s
Linux Build / publish (push) Successful in 52s

This commit is contained in:
olcxja 2026-06-23 00:46:14 +02:00
commit 80f11f782e
6 changed files with 66 additions and 16 deletions

View file

@ -171,6 +171,16 @@ indicator.active {
border-radius: 0.65rem;
}
button {
overflow: hidden;
}
button svg {
pointer-events: none !important;
}
button img {
pointer-events: none !important;
}
.reaction-pill {
backface-visibility: hidden;
transform: translateZ(0);