Feat: Make the scroll bar of the DatasetSettings page appear inside #3221 (#4548)

### What problem does this PR solve?

Feat: Make the scroll bar of the DatasetSettings page appear inside
#3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-01-21 10:19:38 +08:00
committed by GitHub
parent db80376427
commit fc35821f81
5 changed files with 44 additions and 39 deletions

View File

@ -3,7 +3,7 @@ import { SideBar } from './sidebar';
export default function DatasetWrapper() {
return (
<div className="text-foreground flex flex-1">
<div className="flex flex-1">
<SideBar></SideBar>
<div className="flex-1">
<Outlet />