It appears that the previous implementation (using visibility: hidden) has stopped working recently. Sliding sheets can be tabbed to even if they're hidden, which makes keyboard navigation annoying.
Check with toggling between display: none and the element's original display.
It appears that the previous implementation (using
visibility: hidden
) has stopped working recently. Sliding sheets can be tabbed to even if they're hidden, which makes keyboard navigation annoying.Check with toggling between
display: none
and the element's originaldisplay
.