notes - disallow iframe actions

This commit is contained in:
Azgaar 2022-02-15 00:10:55 +03:00
parent 3c72a2908d
commit 00f8a62c3b
2 changed files with 6 additions and 1 deletions

View file

@ -2067,6 +2067,11 @@ div.textual span,
overflow: auto;
}
#notesBody > iframe {
pointer-events: none;
user-select: none;
}
#notesBody p {
margin: 4px;
}