Fix tabs overflow
This commit is contained in:
@@ -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) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user