From ea524403f72a9deba0476617c45dd161be60e058 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 20 Sep 2020 22:19:32 +0200 Subject: [PATCH] fix position of Edit button in read only code --- src/public/app/widgets/type_widgets/read_only_code.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/app/widgets/type_widgets/read_only_code.js b/src/public/app/widgets/type_widgets/read_only_code.js index 1bdebee53..746205d97 100644 --- a/src/public/app/widgets/type_widgets/read_only_code.js +++ b/src/public/app/widgets/type_widgets/read_only_code.js @@ -6,6 +6,7 @@ const TPL = ` .note-detail-read-only-code { overflow: auto; height: 100%; + position: relative; } .note-detail-read-only-code-content {