fix(pdf): sometimes goto destination not working

This commit is contained in:
charlie
2021-08-12 10:52:14 +08:00
committed by Tienson Qin
parent 13eb3b347f
commit df81cf39b9
2 changed files with 7 additions and 2 deletions

View File

@@ -203,6 +203,8 @@
}
> .pdfViewer {
overflow: hidden;
&.disabled-text-selection {
user-select: none;
pointer-events: none;