Browse Source

fix: explore page header menu hide in safari (#1658)

tags/0.3.33
Joel 1 year ago
parent
commit
0423775687
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/explore/app-list/index.tsx

+ 1
- 1
web/app/components/explore/app-list/index.tsx View File

value={currCategory} value={currCategory}
onChange={setCurrCategory} onChange={setCurrCategory}
/> />
<div className='flex flex-1 mt-6 pb-6 flex-col overflow-auto bg-gray-100 shrink-0 grow'>
<div className='relative flex flex-1 mt-6 pb-6 flex-col overflow-auto bg-gray-100 shrink-0 grow'>
<nav <nav
className={`${s.appList} grid content-start gap-4 px-6 sm:px-12 shrink-0`}> className={`${s.appList} grid content-start gap-4 px-6 sm:px-12 shrink-0`}>
{currList.map(app => ( {currList.map(app => (

Loading…
Cancel
Save