Skip to content

Commit

Permalink
fix: can not show context menu on subscription sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Nov 29, 2024
1 parent f3bf467 commit 0155792
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const EntryListHeader: FC<EntryListHeaderProps> = ({ refetch, isRefreshin
const FollowSubscriptionButton = () => {
return (
<PresentSheet
zIndex={90}
zIndex={50}
dismissableClassName="mb-0"
triggerAsChild
content={<FeedColumnMobile asWidget />}
Expand Down

0 comments on commit 0155792

Please sign in to comment.