aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/Annotation.scss
blob: 0c6df74f048ed85af6be79d55fea633403e2e3c5 (plain)
1
2
3
4
5
6
7
.pdfAnnotation {
    pointer-events: all;
    user-select: none;
    position: absolute;
    background-color: red;
    opacity: 0.1;
}