jquery - How to keep background fixed irrespective of scrollbar? -
i writing small scrollbar on div [basically pop div] like:
#scrollablediv { position:absolute; width:250px; height: 450px; padding:12px; display:none; margin-top:-1px; border-top:0px; overflow:auto; border:2px #ccc solid; border-radius: 5px; background-color: #eeeef1; color: black; opacity: 1; z-index: 100; }
the issue scrollbar reaches end of div, starts scrolling body @ vertically.is there way prevent using css or jquery or anything?
Comments
Post a Comment