appleple/SmartPhoto

Stop closing the viewer when click on black background

Opened this issue · 1 comments

Stop closing the viewer when click on black background ?

@chuja3

Please apply the following css.

.smartphoto-content {
   pointer-events: none;
}