diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index a2c39df46..5f9ffb664 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -423,6 +423,9 @@ body.desktop #context-menu-container .dropdown-item > span { .cm-editor { height: 100%; outline: none !important; + border-radius: 6px; + overflow: hidden; + margin: 4px; } body .cm-editor {