mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
notes - disallow iframe actions
This commit is contained in:
parent
3c72a2908d
commit
00f8a62c3b
2 changed files with 6 additions and 1 deletions
|
|
@ -2067,6 +2067,11 @@ div.textual span,
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
#notesBody > iframe {
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#notesBody p {
|
||||
margin: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue