jquery - Hide or relocate scrollbar -
i'm trying create sort of "notification center" website. allow users view important information. however, notification center can long occasionally, set containing div overflow: scroll. issue when notification center hidden (or set margin-left: -99%), scrollbar shows on 1% of div constitutes trigger. there way reposition scrollbar or hide when notification center hidden? i'm using bootstrap, , content of notification center wrapped in div class="container", when try set overflow: scroll on container, doesn't work.
code @ https://github.com/mathmatrix828/mstudios/blob/master/index.php, lines 27-97
live example @ http://matrixstudios.org/
when "hide" notification center, set css of container div overflow:hidden
, remove scrollbars.
Comments
Post a Comment