Merge pull request #1552 from Safelite/CSR-1731-fix-screenreader-reading-double-hamburger

CSR-1731 fix screenreader reading hamburger menu twice.
This commit is contained in:
bmauger 2023-11-21 07:25:33 -05:00 committed by GitHub
commit 4039836012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,8 @@
</div>
<div class="menu-modal-container">
<button
aria-hidden="true"
tabindex="-1"
class="menu-button"
type="button"
:class="[isActive ? 'active' : '']"