change basic layout about overflow scrollbar position
This commit is contained in:
parent
64f33dd802
commit
b9d9391342
@ -71,12 +71,14 @@ export const Layout: React.FC = React.memo(() => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div className="flex-1 w-full px-4 overflow-hidden">
|
<div className="flex-1 w-full overflow-hidden">
|
||||||
<div className="max-w-7xl m-auto h-full overflow-auto">
|
<div className="h-full px-4 overflow-auto">
|
||||||
|
<div className="max-w-7xl m-auto">
|
||||||
<Outlet />
|
<Outlet />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
Layout.displayName = 'Layout';
|
Layout.displayName = 'Layout';
|
||||||
|
Loading…
Reference in New Issue
Block a user