🎉 Overlay positions buttons

This commit is contained in:
Andrés Moya 2021-09-17 19:48:18 +02:00
parent 0516cfa296
commit f208731746
17 changed files with 328 additions and 48 deletions

View file

@ -146,8 +146,8 @@
{:style {:width (:width size-over)
:height (:height size-over)
:position "absolute"
:left (:x (:position overlay))
:top (:y (:position overlay))}}
:left (* (:x (:position overlay)) zoom)
:top (* (:y (:position overlay)) zoom)}}
[:& interactions/viewport
{:frame (:frame overlay)
:size size-over