Browse Source

Billing manager - note stag-popup tabindex fix

Vijayakrishnan 4 years ago
parent
commit
f6c601d8ab
1 changed files with 1 additions and 0 deletions
  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');