I have HTML as shown in http://jsfiddle.net/Lijo/SCYVN/4/.
There is “optionLine” class with blue border. But the border is not working as expected when overflow is not set. It works fine when overflow is set.
Why is overflow mandatory in this scenario?
Any way to make it work without overflow?
CODE
.optionLine
{
display:block;
border: 1px solid blue;
/*overflow:auto;*/
}
Reference: