-
Notifications
You must be signed in to change notification settings - Fork 315
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
feat: Layers #1923
feat: Layers #1923
Conversation
A new prerelease version of this PR has been published:
|
A new prerelease version of this PR has been published! 🎉 To install this prerelease version, run the following command in your terminal with any one of the packages changed in this PR:
Or:
For example:
|
@@ -1,6 +1,8 @@ | |||
@import "../../styles/typography"; | |||
|
|||
$tooltip-z-index: 9999999999999999; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was unused
// don't remove old classname - override from Monolith | ||
className={cx("monday-style-dialog-content-wrapper", styles.contentWrapper, wrapperClassName)} | ||
className={cx( | ||
"monday-style-dialog-content-wrapper", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
@@ -1,6 +1,8 @@ | |||
@import "../../styles/typography"; | |||
|
|||
$tooltip-z-index: 9999999999999999; | |||
.tooltipLayer { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.layerProvider .toltipLayer
No description provided.