@PrabhashgSubmitted 10 months ago
The contents in the container are flowing outside in vertical direction when screen is squeezed in vertical direction. Is that need to be fixed? If yes, how? Please help me with this!!
The contents in the container are flowing outside in vertical direction when screen is squeezed in vertical direction. Is that need to be fixed? If yes, how? Please help me with this!!
Hello 👋. Congratulations on successfully completing the challenge!
I believe the content is overflowing because you've set a fixed height on it, and this height is smaller than the content. It might help if you use min-height instead of height in the .container.
Happy coding!!
Hello,
Your repository is set to private or doesn't exist.
Anyway, good job with the challeng 👋
Please any feedback, suggestion or corrections.
Hello there 👋. Good job on completing the challenge !
I have suggestions about your code that might interest you.
I hope it helps!
Happy coding!