Handvask / handvask

Interactive elements should be focusable JS-0751
Performance
Minor
a year agoa year old
Elements with the 'button' interactive role must be tabbable
50      aria-hidden="true"
51      style={{ ...dClass }}
52    >
53      <div54        className="modal-backdrop-custom bg-dark bg-opacity-50 vw-100 vh-100 position-fixed"55        onClick={onClose}56        role="button"57      />58      <div
59        className="modal-dialog modal-xl modal-dialog-scrollable modal-dialog-centered modal-sm"
60        role="document"