mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 02:30:07 +02:00
15 lines
234 B
CSS
15 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;
|
|
}
|