Daniel Adams
Daniel Adams
Preparing the select panel documentation for the new implementation. - Streamline content to be less elaborate and easier to consume. - Update the structure for best readability. Guidelines [here](https://primer.style/guides/contribute/documentation#component-documentation-structure) and...
Related to https://github.com/github/primer/issues/2099 Currently, the `inline` property only works in combination with the `data-a11y-link-underlines` attribute. However, the link should always be underlined if `inline` is set to true and no...
Reverts primer/primer.style#394
**Without `scrollbar-gutter` (or set to `auto`)** https://github.com/primer/react/assets/3369400/529c8f19-5ad3-46c6-a25b-6099488db6db **Set to `scrollbar-gutter: stable`** https://github.com/primer/react/assets/3369400/94c20058-472e-466e-9770-6d07e614d0b7 https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter ### Changelog #### New #### Changed #### Removed ### Rollout strategy - [ ] Patch release -...
### Description `ActionMenu` always has `position: absolute`. When in a container that is `sticky` it will consequently not stick with the container but with the absolute position. So, when scrolling...