Skip to content

Commit

Permalink
Fix tab overflow (#2904)
Browse files Browse the repository at this point in the history
Co-authored-by: camertron <camertron@users.noreply.github.com>
  • Loading branch information
camertron and camertron authored Jun 14, 2024
1 parent c81cc4d commit 96307bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quiet-pianos-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/view-components': patch
---

Fix CSS issue causing scrollbars to appear in tabs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/components/primer/alpha/tab_nav.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.tabnav-tabs {
display: flex;
margin-bottom: calc(var(--borderWidth-thin) * -1);
overflow: auto;
overflow: hidden;
}

.tabnav::part(tablist-wrapper) {
Expand Down

0 comments on commit 96307bf

Please sign in to comment.