Skip to content

Instantly share code, notes, and snippets.

@alfredhot
Created May 17, 2017 02:13
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 alfredhot/0b0a904e201b6b28579e112f392672cd to your computer and use it in GitHub Desktop.
Save alfredhot/0b0a904e201b6b28579e112f392672cd to your computer and use it in GitHub Desktop.
[full-height]full-height-element(div) #tags: CSS, layout
.main-left
position: absolute
left: 0
top: 0
height: 100%
width: $base-width
background-color: #3d3c3c
color: #e1e1e1
&:before
content: ''
z-index: -1
position: fixed
top: 0
left: 0
bottom: 0
width: inherit
background-color: inherit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment