Skip to content

Commit

Permalink
fix: add zIndex for blockFans component
Browse files Browse the repository at this point in the history
  • Loading branch information
loo-y committed Mar 9, 2024
1 parent d340736 commit afd7161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/reactVirtual/modules/FansPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const FansPage: React.FC = () => {
const dispatch = useAppDispatch()

return (
<div className="fanspage absolute top-[4.75rem] left-1/2 -ml-[12rem] [@media(max-width:1161px)]:-ml-[76px] [@media(max-width:872px)]:left-[360px] [@media(max-width:872px)]:ml-0 z-[99]">
<div className="fanspage absolute top-[4.75rem] left-1/2 -ml-[12rem] [@media(max-width:1161px)]:-ml-[76px] [@media(max-width:872px)]:left-[360px] [@media(max-width:872px)]:ml-0 z-[999]">
<RemoveMyFans />
<BlockOthersFans />
</div>
Expand Down

0 comments on commit afd7161

Please sign in to comment.