Canvas: valgt/aktiv boks alltid på topp (z-index 10)
Når en boks velges eller dras, får den z-index: 10 slik at den alltid vises over andre bokser. Uvalgte bokser har z-index: 1. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
88dd490d07
commit
cf992b6f58
1 changed files with 1 additions and 0 deletions
|
|
@ -506,6 +506,7 @@
|
|||
style:top="{obj.y}px"
|
||||
style:width="{obj.width}px"
|
||||
style:height="{obj.height}px"
|
||||
style:z-index={selectedIds.has(obj.id) ? 10 : 1}
|
||||
>
|
||||
{@render renderObject(obj)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue