Skip to content

Commit

Permalink
Merge pull request #136 from blockydevs/fix/table-drawer
Browse files Browse the repository at this point in the history
Fix/table drawer
  • Loading branch information
MicDebBlocky authored Jun 21, 2024
2 parents 889f575 + 92a0cb5 commit cce4dfa
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ export function JobsPage() {

return (
<>
<Modal isOpen={isMobileFilterDrawerOpen}>
<Modal
isOpen={isMobileFilterDrawerOpen}
sx={{ position: 'absolute', zIndex: '1400' }}
>
<DrawerMobile
selectedTab={selectedTab}
setIsMobileFilterDrawerOpen={setIsMobileFilterDrawerOpen}
Expand Down

0 comments on commit cce4dfa

Please sign in to comment.