Skip to content

Commit

Permalink
Fix URL link in code comment (#2969)
Browse files Browse the repository at this point in the history
* Fix spelling in comment

This link was dead, [updating](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#description) to the current.

* version

* Update 1c5efa6d.yml

---------

Co-authored-by: Vlad Moroz <[email protected]>
  • Loading branch information
kendallstrautman and vladmoroz committed Jun 24, 2024
1 parent 16d6e84 commit b8d300d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .yarn/versions/1c5efa6d.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declined:
- "@radix-ui/react-scroll-area"
- "primitives"
2 changes: 1 addition & 1 deletion packages/react/scroll-area/src/ScrollArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const ScrollAreaViewport = React.forwardRef<ScrollAreaViewportElement, ScrollAre
/**
* We don't support `visible` because the intention is to have at least one scrollbar
* if this component is used and `visible` will behave like `auto` in that case
* https://developer.mozilla.org/en-US/docs/Web/CSS/overflowed#description
* https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#description
*
* We don't handle `auto` because the intention is for the native implementation
* to be hidden if using this component. We just want to ensure the node is scrollable
Expand Down

0 comments on commit b8d300d

Please sign in to comment.