Skip to content
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

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

michael-iden
Copy link
Contributor

This change: (check at least one)

  • Adds a new feature
  • Fixes a bug
  • Improves maintainability
  • Improves documentation
  • Is a release activity

Is this a breaking change? (check one)

  • Yes
  • No

Is the: (complete all)

  • Title of this pull request clear, concise, and indicative of the issue number it addresses, if any?
  • Test suite(s) passing?
  • Code coverage maximal?
  • Changeset added?
  • Component status page up to date?

What does this change address?
#826

How does this change work?
Remove overflow property for an element that will never overflow

Additional context

@michael-iden michael-iden requested a review from a team as a code owner October 28, 2024 15:15
@michael-iden michael-iden requested review from sirrah-tam, jialin-he and mtorres3 and removed request for a team October 28, 2024 15:15
Copy link

changeset-bot bot commented Oct 28, 2024

🦋 Changeset detected

Latest commit: ed1573a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@ithaka/pharos Patch

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

@michael-iden michael-iden linked an issue Oct 28, 2024 that may be closed by this pull request
Copy link
Contributor

size-limit report 📦

Path Size
packages/pharos/lib/index.js 66.32 KB (-0.03% 🔽)

.tool-versions Outdated
@@ -1 +1 @@
nodejs 20.11.1
nodejs 20.18.0
Copy link
Member

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.

Copy link
Contributor Author

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
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modal: Y Scrollbar region always present when using a mouse
2 participants