mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 05:01:40 +02:00
🐛 Fix issue in viewport-scrollbars
This commit is contained in:
parent
105cb6fa13
commit
0f459ede50
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@
|
||||||
(reset! v-scrolling? false)
|
(reset! v-scrolling? false)
|
||||||
(reset! h-scrolling? false)))]
|
(reset! h-scrolling? false)))]
|
||||||
|
|
||||||
[*
|
[:*
|
||||||
(when show-v-scroll?
|
(when show-v-scroll?
|
||||||
[:g.v-scroll
|
[:g.v-scroll
|
||||||
[:rect {:on-mouse-move #(on-mouse-move % :y)
|
[:rect {:on-mouse-move #(on-mouse-move % :y)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue