We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3473da0 commit ed2dcc2Copy full SHA for ed2dcc2
README.md
@@ -44,8 +44,6 @@ Response's most powerful feature is its breakpoint sets. They allow the ability
44
45
Response.viewportW() // return viewport width
46
Response.viewportH() // return viewport height
47
-Response.overflowX() // # of horizontal pixels that doc overflows viewport (or 0 if no overflow)
48
-Response.overflowY() // # of vertical pixels that doc overflows viewport (or 0 if no overflow)
49
Response.scrollX() // cross-broswer equiv to native window.scrollX // ~ jQuery(window).scrollLeft()
50
Response.scrollY() // cross-broswer equiv to native window.scrollY // ~ jQuery(window).scrollTop()
51
0 commit comments