mirror of
https://github.com/zadam/trilium.git
synced 2024-12-29 11:24:45 +08:00
fix position of Edit button in read only code
This commit is contained in:
parent
1d5a53fee6
commit
ea524403f7
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ const TPL = `
|
|||
.note-detail-read-only-code {
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.note-detail-read-only-code-content {
|
||||
|
|
Loading…
Reference in a new issue