Skip to content

Instantly share code, notes, and snippets.

@nhahaag
Created November 16, 2017 17:53
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 nhahaag/bf912507d0748263914e7ee0ae354886 to your computer and use it in GitHub Desktop.
Save nhahaag/bf912507d0748263914e7ee0ae354886 to your computer and use it in GitHub Desktop.
.menu-navigation-container ul {
position: relative;
width: 100%;
float: left;
margin: 0 0 100px 0;
padding: 0;
list-style: none;
li {
position: static;
float: left;
padding: 15px 15px 15px 0;
&:hover {
> .sub-menu {
display: block;
}
}
}
.sub-menu {
position: absolute;
top: 46px;
left: 0;
z-index: 1;
width: 100%;
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment