Skip to content

Instantly share code, notes, and snippets.

@noili
Created April 6, 2017 13:24
Show Gist options
  • Save noili/5f105231c5ef991ccfc07fcf81f8eb81 to your computer and use it in GitHub Desktop.
Save noili/5f105231c5ef991ccfc07fcf81f8eb81 to your computer and use it in GitHub Desktop.
collapsible-sidenav..css
/*CSS Styles for the Sidenav Bar */
.rightnav
{
min-width: 200px !important;
width: 280px !important;
max-width: 700px !important;
height: 100%;
position: fixed;
box-sizing: border-box;
z-index: 60;
bottom: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.md-sidenav-opened
{
min-width: 200px !important;
width: 280px !important;
max-width: 700px !important;
border: 1px solid #ddd;
}
.md-sidenav-left
{
min-width: 55px !important;
width: 55px !important;
max-width: 700px !important;
overflow-x:hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment