-
Read only code view is shown.
Click here to edit the note.
+
diff --git a/src/public/app/widgets/type_widgets/read_only_text.js b/src/public/app/widgets/type_widgets/read_only_text.js
index 4b5791489..2d8d2e7aa 100644
--- a/src/public/app/widgets/type_widgets/read_only_text.js
+++ b/src/public/app/widgets/type_widgets/read_only_text.js
@@ -27,10 +27,16 @@ const TPL = `
.note-detail-readonly-text img {
max-width: 100%;
}
+
+ .edit-text-note-container {
+ position: absolute;
+ top: 5px;
+ right: 10px;
+ }
-