Hacker News new | ask | show | jobs
by fredley 3243 days ago
On my screen, every time I click the button the different text width changes the button's position, making lazy repeat, procrastinatory clicking hard work.
1 comments

yep, will fix it later
http://startuperlife.xyz/8

But seriously, this is a breaking UX bug. I stopped clicking cause of it.

Quick fix (works on mobile too):

  .gradient-button {
     position: fixed;
     bottom: 2rem;
  }