Last analyzed 73e26eb 3 months ago
Default analysis branch is
Currently analyzing run
Interactive elements should be focusable JS-0751
Performance
4 months ago4 months 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"