Advertisement
deliciousthemes

Untitled

Apr 16th, 2014
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. @media only screen and (min-width: 768px) {
  2.     #qLoverlay {
  3.         background-color: #FFF;
  4.         width: 100%;
  5.         height: 100%;
  6.         position: fixed;
  7.         z-index: 20000;
  8.         top: 0;
  9.         left: 0;
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement