-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for className
to <AnchoredOverlay>
#4739
Comments
Hello @sampart 👋 Thanks for raising this issue. We agree that |
Thank you! I'm not expecting to get time on this one myself, but I'll keep it in mind. |
### Description: - Added `className` prop to allow custom styling of the `AnchoredOverlay` component - This change addresses issue primer#4739
Hey everyone! In the PR above, the relevant changes have been made. Type definitions have been accounted for, and documentation has been updated. Happy to help out! |
…o-AnchoredOverlay-
…4752) * Added className prop to AnchoredOverlay component ### Description: - Added `className` prop to allow custom styling of the `AnchoredOverlay` component - This change addresses issue #4739 * Updated AnchoredOverlay documentation to include className prop ### Description: - Added `className` prop to `AnchoredOverlay.docs.json` * add changeset * Revert "add changeset" This reverts commit 4a59f6a. * Updated the code according to PR#4741 ### description: - the previous PR, which also included the necessary changes: #4741 - only the changes to Storybook were kept --------- Co-authored-by: Armagan Ersoz <broccolinisoup@github.com>
At present,
<AnchoredOverlay>
can't be assigned classes. This means that styling can't be applied to the associated overlay.In our case, we needed to adjust its z-index, for example.
The text was updated successfully, but these errors were encountered: