Skip to content

Instantly share code, notes, and snippets.

@meetzaveri
Created October 8, 2018 07:27
Show Gist options
  • Save meetzaveri/faad3af70a2b8bf46c5e2cc15bd8793f to your computer and use it in GitHub Desktop.
Save meetzaveri/faad3af70a2b8bf46c5e2cc15bd8793f to your computer and use it in GitHub Desktop.
CSS Sidebar template [Working]

Before implementing main sidebar, please check the width of its parent. In this case I have used bootstrap's col class as col-md-2 as a class of this main sidebar's parent div.

Code snippet :

#main_sidebar {
  height: 100%;
  transition: all 300ms ease; 
  overflow-x: hidden;
  z-index: 1;
  box-shadow: 0px 0px 10px #333;
  width: inherit;
  position: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment