brunobeeee / drinklog

A habit tracker for tracking water intake.
0 stars 0 forks source link

Vertical scrolling even if the card is empty #31

Closed brunobeeee closed 6 months ago

brunobeeee commented 6 months ago

Vertical scrolling should only be allowed when the card is bigger than the screen height. Atm it is on all the time bc of the margin-top of the card.

Steps to fix:

  1. Remove margin-top of the card
  2. Add padding-top to the body to recreate the effect