Closed brunobeeee closed 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.
margin-top
Steps to fix:
padding-top
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:
margin-top
of the cardpadding-top
to the body to recreate the effect