Skip to content

Commit e32976c

Browse files
committed
Use overflow: hidden instead
1 parent c5b488f commit e32976c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/components/primer/alpha/tab_nav.pcss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.tabnav-tabs {
1111
display: flex;
1212
margin-bottom: calc(var(--borderWidth-thin) * -1);
13-
overflow: auto;
13+
overflow: hidden;
1414
}
1515

1616
.tabnav::part(tablist-wrapper) {
@@ -71,6 +71,10 @@
7171
}
7272
}
7373

74+
tab-container .tabnav-tab {
75+
margin-bottom: -1px;
76+
}
77+
7478

7579
/* Tabnav extras
7680
**

0 commit comments

Comments
 (0)