Skip to content

Commit 7c4e5be

Browse files
committed
fix(ui-tabs): remove scrollbar from tabs
INSTUI-4562
1 parent 00cfba9 commit 7c4e5be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ui-tabs/src/Tabs/styles.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ const generateStyle = (
7474
'&::-webkit-scrollbar-thumb': {
7575
backgroundColor: 'transparent'
7676
}
77-
})
77+
}),
78+
scrollbarWidth: 'none'
7879
}
7980
}
8081

0 commit comments

Comments
 (0)