@ShamSutherSubmitted 6 months ago
What are you most proud of, and what would you do differently next time?
Right now I am trying to create complete all beginner level components with just custom styles.
Right now I am trying to create complete all beginner level components with just custom styles.
Hi Sham,
I noticed that when adjusting the height, the card gets cut off and doesn't display the content properly due to the CSS line "height: 100vh;" in the body tag. To resolve this issue, one solution could be add a height to the html tag "height: 100%" and also add a min-height to the body tag "min-height: 100%". This way, you can scroll into the card without losing content view.
Hope this could help you! Juan 🫶