I have this absolutely positioned icon <a>
, hence its parent <li>
is relatively positioned. The list items are in a scrollable <div>
.
Problem is except for these <li>s
other elements in the div are scrolling along with the height of the div, whereas the <li>s
stays fixed whereas I expected the <li>s
also to be scrolled along inside the div.
Tried overflow:hidden, zoom:1, doesn't work.
Here is the jsfiddle link