mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
14 lines
234 B
CSS
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;
|
|
}
|