Skip to content

Instantly share code, notes, and snippets.

@captaincole
Created February 24, 2018 05:29
Show Gist options
  • Select an option

  • Save captaincole/512a4dfc4752d4e94630e04282f1c2cd to your computer and use it in GitHub Desktop.

Select an option

Save captaincole/512a4dfc4752d4e94630e04282f1c2cd to your computer and use it in GitHub Desktop.
.side-menu {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
z-index: 20;
background-color: transparent !important;
padding: 0;
}
.actual-menu {
position: absolute;
top: 0px;
left: 0px;
width: 250px;
min-height: 100%;
background-color: white;
z-index: 30;
}
.menu-button {
width: 100%;
margin: 0px;
padding: 10px;
}
.menu-background {
position: absolute;
background-color: rgba(38,38,38, 0.2);
top: 0px;
left: 0px;
width: 100%;
min-height: 100%;
z-index: 5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment