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:
parent
27e9afa6a8
commit
bc2e7c46a9
1 changed files with 2 additions and 2 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue