Skip to content

Commit 1f38755

Browse files
authored
fix(tab): fix tab overflow always displayed (#131)
1 parent 93589c3 commit 1f38755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libs/flowbite-angular/tab/src/tab-list

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)