We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fba59e + 0a63af8 commit de28e79Copy full SHA for de28e79
src/Browser/Dom.elm
@@ -183,8 +183,8 @@ may be helpful to know that:
183
184
- `scene.width` = [`scrollWidth`][sw]
185
- `scene.height` = [`scrollHeight`][sh]
186
-- `viewport.x` = [`scrollTop`][st]
187
-- `viewport.y` = [`scrollLeft`][sl]
+- `viewport.x` = [`scrollLeft`][sl]
+- `viewport.y` = [`scrollTop`][st]
188
- `viewport.width` = [`clientWidth`][cw]
189
- `viewport.height` = [`clientHeight`][ch]
190
0 commit comments