improve(pdf): support draggable pdf viewer

This commit is contained in:
charlie
2021-07-21 12:54:31 +08:00
parent dca374a0ca
commit 47dcaefa9f
3 changed files with 84 additions and 13 deletions

View File

@@ -76,6 +76,18 @@
}
}
&-resizer {
position: absolute;
width: 3px;
height: 88vh;
background-color: rgba(0, 0, 0, 0);
overflow: hidden;
z-index: 4;
top: 10vh;
cursor: col-resize;
right: 0;;
}
&-hls-text-region {
position: absolute;
opacity: 1;