frontend / src /components /files /PdfViewer /PdfViewer.module.css
CreoCot
Proper file viewer popup width
399829c
Raw
History Blame Contribute Delete
210 Bytes
.container {
display: flex;
width: 30vw;
height: 50em;
}
.highlightArea {
background-color: rgba(255, 255, 0, 0.4);
position: absolute;
pointer-events: none;
border-radius: 2px;
}