diff --git a/frontend/src/components/Scratch/ScratchToolbar.module.scss b/frontend/src/components/Scratch/ScratchToolbar.module.scss index cb311339a..61f82c087 100644 --- a/frontend/src/components/Scratch/ScratchToolbar.module.scss +++ b/frontend/src/components/Scratch/ScratchToolbar.module.scss @@ -51,9 +51,8 @@ $padding: 4px; text-align: center; - &.editable { - cursor: text; - } + cursor: text; + user-select: text; &[contenteditable] { text-overflow: initial;