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