Closed bicknellr closed 6 years ago
Fixes #216 by hiding the buttons with visibility: hidden; instead of opacity: 0;.
visibility: hidden;
opacity: 0;
I don't know how to write a test for this given that there's no way to inspect the accessibility tree. :/
Fixes #216 by hiding the buttons with
visibility: hidden;
instead ofopacity: 0;
.