Created
December 22, 2016 09:44
-
-
Save sudipbd/548bee6f673faf4a62b436091cf02f12 to your computer and use it in GitHub Desktop.
SlickNAV Menu to overlap contents
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.slicknav_menu { | |
display: block; | |
position: absolute; | |
z-index: 10; | |
top: 0; | |
left: 0; | |
right: 0; | |
background: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment