fix: Button inner elements must not have a pointer event

This commit is contained in:
sthag 2025-06-22 18:16:04 +02:00
parent 36919cae47
commit fb1bd808a0

View file

@ -27,6 +27,10 @@ footer {
button { button {
@extend .button_io; @extend .button_io;
&>* {
pointer-events: none;
}
} }
} }
} }