Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. windowHeight = $(window).height();
  2. $("body").css({
  3. "height": windowHeight,
  4. "overflow": "hidden",
  5. "overflow-y": "hidden"
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement