Fixed editing and navigation issues.
This commit is contained in:
@@ -42,7 +42,7 @@ export function SettingsLayout({ children }: { children: ReactNode }) {
|
||||
<SideMenu items={items} selectedKey={value} />
|
||||
</Column>
|
||||
<Column>
|
||||
<Panel>{children}</Panel>
|
||||
<Panel minHeight="300px">{children}</Panel>
|
||||
</Column>
|
||||
</Grid>
|
||||
</Column>
|
||||
|
||||
Reference in New Issue
Block a user