I am working with DIV which is throwing an additional scrollbar which i don't like.
I want my DIV to be of flexible width(bootstrap) and fixed height of 290px.
As soon as you have a fixed height and content overflows, the overflow directive will kick in, if you set it to auto, it will show scrollbars. So to not have scrollbars on the inner div, you need to remove the fixed height on the box1 class and rather set it on the outer div, box
Jan Vladimir Mostert
Idea Incubator
As soon as you have a fixed height and content overflows, the overflow directive will kick in, if you set it to auto, it will show scrollbars. So to not have scrollbars on the inner div, you need to remove the fixed height on the
box1class and rather set it on the outer div,box