Canvas: overflow visible på canvas-object for resize-handles
Resize-handlene i BlockShell bruker negative offsets (-3px) som stikker utenfor canvas-object divens bounds. Uten overflow: visible fanges ikke pointer events på kantene. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b863611daa
commit
1c9cf66960
1 changed files with 1 additions and 0 deletions
|
|
@ -537,6 +537,7 @@
|
|||
.canvas-object {
|
||||
position: absolute;
|
||||
cursor: default;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.canvas-object-selected {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue