File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 154
154
:class " w-full h-full" }] children)
155
155
156
156
[:> 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"
158
158
:orientation " vertical" }
159
159
[:> ScrollArea/Thumb
160
160
{:class " relative flex-1 overlay rounded-full" }]]
161
161
162
162
[:> 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"
164
164
:orientation " horizontal" }
165
165
[:> ScrollArea/Thumb
166
- {:class " relative flex-1 overlay rounded-full" }]]
166
+ {:class " relative flex-1 overlay hover:overlay-2x rounded-full" }]]
167
167
168
168
[:> ScrollArea/Corner]]))
169
169
You can’t perform that action at this time.
0 commit comments