Check out my stackblitz demo here: https://stackblitz.com/edit/angular-ftv8ez
I've encountered an issue with a container div that has a fixed width of 300px.
Inside the container, there are box divs also set to a fixed width of 300px.
The container's overflow is set to scroll so that users can scroll if the content overflows.
However, the result is not as expected. The beginning of the container div is cut off, making it impossible to scroll the first box into view.