Fix tabs overflow

This commit is contained in:
muzam
2022-02-01 13:53:18 +05:30
parent 9b822cfda4
commit e6f613ae0b

View File

@@ -117,6 +117,8 @@ export const Tabs = ({
flex: 1, flex: 1,
flexWrap: "nowrap", flexWrap: "nowrap",
marginBottom: "-1px", marginBottom: "-1px",
width: "100%",
overflow: "auto",
}} }}
> >
{tabs.map((tab, idx) => ( {tabs.map((tab, idx) => (