Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

132
Views
Fixed footer bounce and flickers when page is scrolled on firefox-mobile android

I have a React web-app where the fixed footer component creates some unexpected behaviour but only on Firefox-mobile. Its working well on desktop Chrome/Firefox and also on Chrome-mobile and Safari.

footer

<Container className="footer-container">
      <a style={{textDecoration: "none"}} href="/#" onClick={handleClick}>Andras <span role="img" aria-label="heart">🧡</span> </a>
    </Container>

css

.footer-container {
  position: fixed;
  text-align: center;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 3px;
  padding-bottom: 1px;
  max-width: 400px;
  border-width: thin;
  border-top-style: solid;
  border-color: #ccc;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-image:
    radial-gradient(#363b41,
      #353535);
}

the issue

What I've tried so far after some research on similar issues as trial and error:

  • removed anchor tag
  • add min-width instead of width only
  • instead of React-Bootstrap Container used a div
  • added z-index
  • transform: translate3d(0px, 0px, 0px);
  • webkit-transform: translateZ(0);
  • height: auto and also set both min and max height
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!