0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

Disable pointer events on now top positioned grid.

This commit is contained in:
Andrey Antukh 2016-04-04 20:35:30 +03:00
parent 27e9afa6a8
commit bc2e7c46a9

View file

@ -64,9 +64,9 @@
:x2 (:width page)
:stroke grid-color
:stroke-width (/ 0.5 zoom)
:opacity 0.25}])))]
:opacity 0.50}])))]
(html
[:g.grid
[:g.grid {:style {:pointer-events "none"}}
(for [tick vertical-ticks]
(let [position (+ tick wb/canvas-start-x)
line (vertical-line position tick)]