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 & tabs): remove overflow property that causes unnecessary scrollbars and update to Node 22 #827

Merged
merged 8 commits into from
Nov 22, 2024
5 changes: 5 additions & 0 deletions .changeset/fresh-snakes-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ithaka/pharos': patch
---

Remove unnecessary scrollbars from modal
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.11.1
nodejs 20.18.0
1 change: 0 additions & 1 deletion packages/pharos/src/components/modal/pharos-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
flex-direction: column;
height: 100%;
pointer-events: auto;
overflow-y: scroll;
background-color: var(--pharos-modal-color-background-content);
background-clip: padding-box;
border-radius: var(--pharos-radius-base-standard);
Expand Down
Loading