Commit 74da34622170b3da75e461112ce87995d26011b7
1 parent
2b408eb1
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
classesjs/classe_i3geo.js
@@ -850,7 +850,7 @@ var i3GEO = { | @@ -850,7 +850,7 @@ var i3GEO = { | ||
850 | Dw = screen.availWidth; | 850 | Dw = screen.availWidth; |
851 | } | 851 | } |
852 | if (Dh > screen.availHeight){ | 852 | if (Dh > screen.availHeight){ |
853 | - Dh = screen.availHeight; | 853 | + Dh = screen.availHeight - 20; |
854 | } | 854 | } |
855 | 855 | ||
856 | novow = Dw | 856 | novow = Dw |