-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix(modal): remove overflow property that causes unnecessary scrollbars #827
base: develop
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: ed1573a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
size-limit report 📦
|
.tool-versions
Outdated
@@ -1 +1 @@ | |||
nodejs 20.11.1 | |||
nodejs 20.18.0 |
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.
I recommend we move to Node 22 if possible since that's what the docs say we should be using, and that we update the docs, maybe to remove reference to a version at all.
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.
Interesting. I was curious and it looks like node 22 LTS support starts tomorrow. I can bump that and clean up the docs
This change: (check at least one)
Is this a breaking change? (check one)
Is the: (complete all)
What does this change address?
#826
How does this change work?
Remove overflow property for an element that will never overflow
Additional context