Skip to content

Commit

Permalink
Tabs: Remove overflow-y from pharos-tabs' tab__panels class (#690)
Browse files Browse the repository at this point in the history
* style(tabs): remove overflow-y

* docs(tabs): add changeset
  • Loading branch information
ymouzakis authored Feb 27, 2024
1 parent c2a2248 commit fda9018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/weak-berries-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ithaka/pharos': major
---

Remove overflow-y from pharos-tabs tab panels
1 change: 0 additions & 1 deletion packages/pharos/src/components/tabs/pharos-tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
.tab__panels {
display: flex;
flex-direction: column;
overflow-y: hidden;
padding: var(--pharos-spacing-one-quarter-x);
}

Expand Down

0 comments on commit fda9018

Please sign in to comment.