Skip to content

Commit

Permalink
fix(tab): fix persistent scrollbar issues for the tab-group component…
Browse files Browse the repository at this point in the history
… on Windows

#582
  • Loading branch information
umitkucuk committed May 26, 2023
1 parent fce8483 commit d73081d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tab-group/bl-tab-group.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.tabs-list {
overflow-x: scroll;
overflow-x: auto;
border-radius: var(--bl-border-radius-m) var(--bl-border-radius-m) 0 0;
}

Expand Down

0 comments on commit d73081d

Please sign in to comment.