fix: styles (#1005)

This commit is contained in:
crazywoola
2023-08-24 22:37:46 +08:00
committed by GitHub
parent b1fd1b3ab3
commit a3fec11438
3 changed files with 8 additions and 6 deletions

View File

@@ -510,7 +510,7 @@ const Main: FC<IMainProps> = ({
<div className={'flex bg-white overflow-hidden'}>
<div className={cn(
isInstalledApp ? s.installedApp : '',
isInstalledApp ? s.installedApp : 'h-[calc(100vh_-_3rem)]',
'flex-grow flex flex-col overflow-y-auto',
)
}>