ocModal icon indicating copy to clipboard operation
ocModal copied to clipboard

Dismiss modal when clicking on backdrop

Open AmirSavand opened this issue 6 years ago • 1 comments

AmirSavand avatar Mar 06 '18 13:03 AmirSavand

@AmirSavand If you are using this as well as bootstrap then the class names clash. Bootstraps .modal-dialog class has "pointer-events:none" set, which blocks the default behaviour that you are asking about. Override this class with pointer-events:auto and the default is restored

sato-sh avatar Apr 12 '18 16:04 sato-sh