Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active September 2, 2018 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save productioncoder/6c38c380f600dc7ae67ee2e782ae5581 to your computer and use it in GitHub Desktop.
Save productioncoder/6c38c380f600dc7ae67ee2e782ae5581 to your computer and use it in GitHub Desktop.
Styling Semantic UI's fixed sidebar
.ui.menu.fixed.side-nav {
background-color: #f5f5f5;
margin-top: 64px;
overflow-y: auto;
padding-bottom: 64px;
.sidebar-item:hover {
background: #ebebeb;
}
}
.side-nav.ui.vertical.menu {
width: 17rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment