Skip to content

Commit b050e72

Browse files
committed
improve scroll styles
1 parent 6d062a8 commit b050e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/renderer/ui.cljs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,16 @@
154154
:class "w-full h-full"}] children)
155155

156156
[:> ScrollArea/Scrollbar
157-
{:class "flex touch-none p-0.5 select-none hover:overlay w-2.5"
157+
{:class "flex touch-none p-0.5 select-none w-2.5"
158158
:orientation "vertical"}
159159
[:> ScrollArea/Thumb
160160
{:class "relative flex-1 overlay rounded-full"}]]
161161

162162
[:> ScrollArea/Scrollbar
163-
{:class "flex touch-none p-0.5 select-none hover:overlay flex-col h-2.5"
163+
{:class "flex touch-none p-0.5 select-none flex-col h-2.5"
164164
:orientation "horizontal"}
165165
[:> ScrollArea/Thumb
166-
{:class "relative flex-1 overlay rounded-full"}]]
166+
{:class "relative flex-1 overlay hover:overlay-2x rounded-full"}]]
167167

168168
[:> ScrollArea/Corner]]))
169169

0 commit comments

Comments
 (0)