scroll and general position bug fixed
This commit is contained in:
parent
35fea98301
commit
513174fb3a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export default function FlowPage(){
|
|||
setTabId(id);
|
||||
}, [id])
|
||||
return (
|
||||
<div className="h-full w-full">
|
||||
<div className="h-full w-full overflow-hidden">
|
||||
{flows.length > 0 && tabId !== "" && flows.findIndex(flow => flow.id === tabId) !== -1 &&
|
||||
<Page flow={flows.find(flow => flow.id === tabId)} />
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue