Im making a side navigation in container. I want to make that navigation with fixed
position and 100% of side div
width. I'm making site with Bootstrap, and I can't find solution for that. There in JSFiddle have a example of that.
There's CSS of menu
.menu{
position:fixed;
width:100%;
background:red;
}