Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .slide-content {
  2. max-height: none;
  3. position: fixed;
  4. overflow: hidden;
  5. top: 0;
  6. right: 0;
  7. left: 0;
  8. bottom: 0;
  9. background-color: #FFF;
  10. display: block;
  11. }
  12.  
  13. .slide-content {
  14. max-height: none;
  15. overflow: hidden;
  16. top: 0;
  17. right: 0;
  18. left: 0;
  19. bottom: 0;
  20. background-color: #FFF;
  21. display: block;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement