feat: desk ia
This commit is contained in:
@@ -90,7 +90,7 @@ function KeepAlivePage({ path, component: Component }: { path: string; component
|
||||
if (!kept.has(path) && !isActive) return null
|
||||
|
||||
return (
|
||||
<div className={isActive ? 'flex-1 min-h-0 overflow-hidden' : 'hidden'}>
|
||||
<div className={isActive ? 'flex-1 min-h-0 overflow-y-auto' : 'hidden'}>
|
||||
<Component />
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user