mirror of
https://github.com/zadam/trilium.git
synced 2025-01-01 04:41:46 +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 {
|
.note-detail-read-only-code {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-detail-read-only-code-content {
|
.note-detail-read-only-code-content {
|
||||||
|
|
Loading…
Reference in a new issue