fix: Mobile header visibility (#3983)

This commit is contained in:
Lakhan Baheti 2024-03-18 16:54:45 +05:30 committed by GitHub
parent 82ba9833f2
commit 2dbea54d2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ export const IssuesMobileHeader = observer(() => {
onClose={() => setAnalyticsModal(false)} onClose={() => setAnalyticsModal(false)}
projectDetails={currentProjectDetails ?? undefined} projectDetails={currentProjectDetails ?? undefined}
/> />
<div className="flex justify-evenly border-b border-custom-border-200 py-2 z-[13] bg-custom-background-100"> <div className="md:hidden flex justify-evenly border-b border-custom-border-200 py-2 z-[13] bg-custom-background-100">
<CustomMenu <CustomMenu
maxHeight={"md"} maxHeight={"md"}
className="flex flex-grow justify-center text-sm text-custom-text-200" className="flex flex-grow justify-center text-sm text-custom-text-200"