Skip to content

Commit

Permalink
fixed footer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
polarDefender committed Jun 24, 2024
1 parent 10be565 commit f96623a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Containers/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Footer = () => {
if (footer) {
footer.style.top = viewportHeight - (footer.clientHeight ?? 0) + 'px';
}
}, 100)
}, 150)
}
}, [isPlatform('android'), isPlatform('ios')]);

Expand Down

0 comments on commit f96623a

Please sign in to comment.