Skip to content

Commit

Permalink
fix: news button is not working on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
narol1024 committed May 25, 2024
1 parent e945053 commit 4ded759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Actually, the motivations for creating this app are as follows:
- Signing up account.
- Logging in using secret key.
- Posting amazing moment in your life.
- Browsing recent news feeds by each Mortal.
- Browsing lastest news feeds posting by each Mortal.

## Next Plans

Expand Down
2 changes: 1 addition & 1 deletion app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const HomePage = observer(() => {
isIconOnly
variant="light"
aria-label="Explore"
className="absolute top-0 left-0"
className="absolute z-10 top-0 left-0"
onClick={() => {
news.showNewListModal();
}}
Expand Down

0 comments on commit 4ded759

Please sign in to comment.