Can't fix Notices / border at "navControls" disappearing when mobile-size

erich37

Well-known member
Notices:

when decreasing the browser-window to mobile-size or when browsing on a mobile-phone, the "border-left" is disappearing and the ".PanelScroller .navControls"

using FireFox 30.0



it shows fine on big-size browser-window:

border_fine.webp




"border-left" is disappearing when the "navControls" are collapsing on smaller browser-width

border_left_missing.webp
 
It's really down to the negative margin which prevents border doubling combined with the necessary overflow hidden container. I can't say I see a good way around it.
 
Top Bottom