Unverified Commit 04237756 authored by Joel's avatar Joel Committed by GitHub

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

parent 307c170f
...@@ -97,7 +97,7 @@ const Apps: FC = () => { ...@@ -97,7 +97,7 @@ const Apps: FC = () => {
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 => (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment