Home › Forums › JavaScript › Scroll margins but no overlap › Reply To: Scroll margins but no overlap
April 2, 2015 at 11:22 am
#199593
Participant
If you remove the padding from that element and put it on body
, that looks like what you’re after? It wouldn’t be too hard to make you’re own scrollbar with jQuery by the way. Have a look at this vertical one, it’s a fraction of the code of that plugin and no !important
whatsoever :
Small step to make it continuous (but that’s wasn’t desired in this case).