aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/Annotation.scss
blob: cc326eb93bcb6bee27d25aeb44f1b91ceb041c36 (plain)
1
2
3
4
5
6
.pdfAnnotation {
    pointer-events: all;
    user-select: none;
    position: absolute;
    background-color: rgba(146, 245, 95, 0.467);
}