Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Moroz committed Jun 10, 2024
1 parent 0b89639 commit e2f981e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/react/scroll-area/src/ScrollArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,6 @@ const ScrollAreaViewport = React.forwardRef<ScrollAreaViewportElement, ScrollAre
:where([data-radix-scroll-area-content]) {
flex-grow: 1;
}
:where([data-radix-scroll-area-content-horitzontal]) {
flex-grow: 1;
}
`,
}}
nonce={nonce}
Expand Down

0 comments on commit e2f981e

Please sign in to comment.