Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 1f29531

Browse files
committed
add 'pointer-events: none;'
1 parent 9eba064 commit 1f29531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2.customize-the-ui/ui.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@
388388

389389
.dce-main > .dce-scanarea {
390390
position: absolute;
391+
pointer-events: none;
391392
}
392393

393394
.dce-main > .dce-scanarea > .dce-scanlight {
@@ -459,6 +460,7 @@
459460
bottom: 0;
460461
width: 100%;
461462
background-color: rgba(0, 0, 0, 0.3);
463+
pointer-events: none;
462464
}
463465

464466
footer > .dce-footer-1 {

0 commit comments

Comments
 (0)