fix: project settings layout (#5638)
This commit is contained in:
parent
30018d64a2
commit
5ad6e99327
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const ProjectSettingLayout: FC<IProjectSettingLayout> = (props) => {
|
|||
<ProjectSettingsSidebar />
|
||||
</div>
|
||||
<div className="flex flex-col relative w-full overflow-hidden">
|
||||
<div className="w-full overflow-x-hidden overflow-y-scroll vertical-scrollbar scrollbar-md px-page-x md:px-9 py-page-y">
|
||||
<div className="h-full w-full overflow-x-hidden overflow-y-scroll vertical-scrollbar scrollbar-md px-page-x md:px-9 py-page-y">
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue