jquery - Sticky Navigation Causing extra Width -
hey guys did made sticky navigation bar blog. i'm not sure why it's creating with, allows page scroll left , right.
i've modified part of code makes page list sticky. i've put @ 100% creates width space. how fix this? or not problem? blog i'm working on ..
.tabs-inner .pagelist li { border:1px solid transparent; } #stickynavbar { position: fixed; top: 0px; left: 29px; z-index: 999; width:100%; }
Comments
Post a Comment