Skip to content

Commit 3e013eb

Browse files
committed
fix(tab): fix tab overflow always displayed (#131)
1 parent bd11562 commit 3e013eb

File tree

1 file changed

+1
-1
lines changed
  • libs/flowbite-angular/tab/src/tab-list

1 file changed

+1
-1
lines changed

libs/flowbite-angular/tab/src/tab-list/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export interface FlowbiteTabListHostTheme {
1414

1515
export const flowbiteTabListTheme: FlowbiteTabListTheme = createTheme({
1616
host: {
17-
base: 'flex overflow-x-scroll overflow-y-clip border-b text-center',
17+
base: 'flex overflow-x-auto overflow-y-clip border-b text-center',
1818
transition: '',
1919
color: {
2020
default: {

0 commit comments

Comments
 (0)