Skip to content

Commit

Permalink
chore: more height tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Oct 1, 2024
1 parent 8c44fd7 commit 17a0f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-ui/src/ds/atoms/SplitPane/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const PaneWrapper = ({
}) => {
return (
<div
className={cn('h-full overflow-y-auto custom-scrollbar', className)}
className={className}
style={{
width: width === 'auto' ? 'auto' : isResizable ? width - 1 : width,
}}
Expand Down

0 comments on commit 17a0f5d

Please sign in to comment.