Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to fix the nav bar to the left of the page

.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
 
PREVIOUS NEXT
Tagged: #fix #nav #bar #left #page
ADD COMMENT
Topic
Name
9+2 =