My challenge lies within a <div id='x' />
that has a height of 300px
Within this div, I aim to place another <div id='y' />
with a height of 600px
The issue arises when the Y div displays in its full height rather than up to 300px, causing me to seek a Y-axis scrollbar solution for the excess content
Despite adding overflow-y: visible
to my Y div, I have not achieved the desired outcome
Web development is new to me and navigating nested divs, heights, and scrollbars can be overwhelming
In this scenario, how can I successfully implement the display I am seeking?