Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. .article-index {
  2. background-color: $off-white;
  3. overflow-y: hidden;
  4. height: 100%;
  5.  
  6. &.scroll {
  7. overflow-y: scroll;
  8. overflow-x: hidden;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement