fix: abnormal styles (#711)
This commit is contained in:
parent
9485cc9308
commit
41d33ee837
3 changed files with 3 additions and 3 deletions
|
|
@ -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)',
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue