diff --git a/apps/client/src/features/editor/components/common/node-resize.module.css b/apps/client/src/features/editor/components/common/node-resize.module.css index 7010e324..48e9702e 100644 --- a/apps/client/src/features/editor/components/common/node-resize.module.css +++ b/apps/client/src/features/editor/components/common/node-resize.module.css @@ -44,6 +44,10 @@ opacity: 1; } +.container:global(.ProseMirror-selectednode) .handle { + opacity: 1; +} + .resizing .handle { opacity: 1; }