How to add horizontal scroll to drop-down field?
My select>option text is too long, For this reason i want to end-user have scroll (horizontal scroll) in drop-down fields.
CSS:
#id1{
width: 100px;
overflow: auto;
}
How to add horizontal scroll to drop-down field?
My select>option text is too long, For this reason i want to end-user have scroll (horizontal scroll) in drop-down fields.
CSS:
#id1{
width: 100px;
overflow: auto;
}