fix: wrong position when editing a block from sidebar or whiteboard

This commit is contained in:
Tienson Qin
2023-06-15 02:20:20 +08:00
parent 87c4667d95
commit 327d0abdb3
2 changed files with 5 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
.block-content-wrapper {
/* 38px is the width of block-control */
width: calc(100% - 22px);
user-select: text;
@screen sm {
width: calc(100% - 33px);
overflow-x: visible;