Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Elements on top of scroll bar? Reply To: Elements on top of scroll bar?

#158297
Senff
Participant

It’s not the standard scrollbar for the BODY.

There’s actually a div (with id “CONT”) that’s covering the entire browser width/height, and this div has a scrollbar.
On top of that, is the black bar that’s full width too. So it overlaps the #CONT div, including it’s scrollbar.

So basically just this idea: http://codepen.io/senff/pen/pugBA