mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Make the PDF text layer non-renderable by default.
This commit is contained in:
@@ -352,3 +352,13 @@
|
||||
.files-dropdown {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.plv-text-layer {
|
||||
display: none;
|
||||
& > div {
|
||||
color: red;
|
||||
}
|
||||
&.plv-text-layer-visible {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user