mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
fix: explore page header menu hide in safari (#1658)
This commit is contained in:
parent
307c170fb6
commit
0423775687
|
@ -97,7 +97,7 @@ const Apps: FC = () => {
|
|||
value={currCategory}
|
||||
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
|
||||
className={`${s.appList} grid content-start gap-4 px-6 sm:px-12 shrink-0`}>
|
||||
{currList.map(app => (
|
||||
|
|
Loading…
Reference in New Issue
Block a user