overleaf/services/web/public/js/libs/pdfListView/AnnotationsLayer.css
2014-02-12 10:23:40 +00:00

14 lines
234 B
CSS

.plv-annotations-layer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
pointer-events: none;
}
.plv-annotations-layer > a {
display: block;
position: absolute;
pointer-events: auto;
}