fix: abnormal styles (#711)

This commit is contained in:
bowen
2023-08-02 17:31:30 +08:00
committed by GitHub
parent 9485cc9308
commit 41d33ee837
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ const Apps: FC = () => {
onChange={setCurrCategory}
/>
<div
className='flex mt-6 flex-col overflow-auto bg-gray-100 shrink-0 grow'
className='flex mt-6 pb-6 flex-col overflow-auto bg-gray-100 shrink-0 grow'
style={{
maxHeight: 'calc(100vh - 243px)',
}}