Skip to content

Commit 9079b1b

Browse files
author
Cube
authored
Merge pull request #117 from Dynamsoft/_dev
fix: "div-text-containers" element blocks the click event
2 parents 68cd1ff + 8b05f4c commit 9079b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4.use-case/3.show-result-texts-on-the-video.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</head>
3434
<body>
3535
<div id="div-ui-container" style="width: 100%; height: 100vh"></div>
36-
<div id="div-text-containers" style="position: absolute; left: 0; top: 0; width: 100%; height: 100%"></div>
36+
<div id="div-text-containers"></div>
3737
<script>
3838
if (location.protocol === "file:") {
3939
const message = `The page is opened via file:// and "BarcodeScanner" may not work properly. Please open the page via https:// or host it on "http://localhost/".`;

0 commit comments

Comments
 (0)