소스 검색

Billing manager - note stag-popup tabindex fix

Vijayakrishnan 4 년 전
부모
커밋
f6c601d8ab
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      resources/views/app/practice-management/billing-manager.blade.php

+ 1 - 0
resources/views/app/practice-management/billing-manager.blade.php

@@ -264,6 +264,7 @@
                             $('.note-popup-content')
                                 .find('a, button, input, select')
                                     .attr('disabled', 'disabled')
+                                    .attr('tabindex', '-1')
                                     .css('pointer-events', 'none');
                         });
                         showStagPopup('note-popup');