overflow scroll to mobile settings (#3014)

Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
This commit is contained in:
Peer Richelsen
2022-06-08 13:49:55 +00:00
committed by GitHub
co-authored by Joe Au-Yeung
parent 1d96933f5f
commit 289cdefc27
+1 -1
View File
@@ -28,7 +28,7 @@ const NavTabs: FC<NavTabProps> = ({ tabs, linkProps, ...props }) => {
return (
<>
<nav
className="-mb-px flex space-x-5 rtl:space-x-reverse sm:rtl:space-x-reverse"
className="-mb-px flex space-x-5 overflow-x-scroll rtl:space-x-reverse sm:rtl:space-x-reverse"
aria-label="Tabs"
{...props}>
{tabs.map((tab) => {