diff --git a/resources/sass/_tinymce.scss b/resources/sass/_tinymce.scss index 8cc96df4193..561bb23cae0 100644 --- a/resources/sass/_tinymce.scss +++ b/resources/sass/_tinymce.scss @@ -202,4 +202,12 @@ body.page-content.mce-content-body { background-image: url('data:image/svg+xml;utf8,'); background-position: 50% 50%; background-size: 100% 100%; -} \ No newline at end of file +} + +/** + * Set correct cursor for drawio + */ + +.page-content.mce-content-body [drawio-diagram] { + cursor: pointer; +}