I have a scenario where the child elements inside Flexbox div should be nowrap
and then scroll horizontally if the child items exceeds the maximum allowed space.
Please check the link: https://www.w3schools.com/code/tryit.asp?filename=FY50HW0O11JZ
As you can see in the above link the space over the right side is eliminated.
How can I include the padding/margin space of parent div or child div while using horizontal scrolling?
Thanks in advance!