fix: abnormal styles (#711)

This commit is contained in:
bowen 2023-08-02 17:31:30 +08:00 committed by GitHub
commit 41d33ee837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)',
}}