fix position of Edit button in read only code

This commit is contained in:
zadam 2020-09-20 22:19:32 +02:00
parent 1d5a53fee6
commit ea524403f7

View file

@ -6,6 +6,7 @@ const TPL = `
.note-detail-read-only-code {
overflow: auto;
height: 100%;
position: relative;
}
.note-detail-read-only-code-content {