简体   繁体   中英

Edit Basic sidebar-offcanvas from relative to static Position with CSS

i need to make my relative offcanvas to Static Position with the same effect of transition !!! please check my live demo and make scroll

DEMO

i need somthing like this Demo

I tried to make the sidebar with the same height with Jquery like that :

$('#sidebar').height($(window).height()- 51);

its working but, i need to make it static with the top bar also

set position attribute to fixed . It will help your sidebar fix at position where ever you have placed it .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM