Skip to content

Commit

Permalink
Merge pull request #195 from ambujraj/194-minor-remove-scroll-in-view…
Browse files Browse the repository at this point in the history
…-selected-dialog

Invisible scroll bar in View Selected dialog
  • Loading branch information
ambujraj authored Apr 28, 2024
2 parents bc511f9 + dd75436 commit 86100c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/ui/scroll-area.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const ScrollBar = React.forwardRef<
className={cn(
"flex touch-none select-none transition-colors",
orientation === "vertical" &&
"h-full w-2.5 border-l border-l-transparent p-[1px]",
"h-full w-0.5 border-l border-l-transparent p-[1px]",
orientation === "horizontal" &&
"h-2.5 flex-col border-t border-t-transparent p-[1px]",
className
Expand Down

0 comments on commit 86100c3

Please sign in to comment.