Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/aardvark.js

Issue 5760259587047424: Issue #351 - EHH Scrollbar hiding the type of selected element (Closed)
Patch Set: Created Aug. 26, 2014, 6:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/aardvark.js
===================================================================
--- a/lib/aardvark.js
+++ b/lib/aardvark.js
@@ -381,7 +381,7 @@
getWindowSize: function(wnd)
{
- return [wnd.innerWidth, wnd.innerHeight];
+ return [wnd.innerWidth, wnd.document.documentElement.clientHeight];
},
getElementPosition: function(element)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld