[SensorBall] updated SensorBall sources
[samples/web/SensorBall.git] / js / main.js
index ace016d..3faf11c 100644 (file)
@@ -474,7 +474,7 @@ $(document).ready(function () {
        var img,
                contentHeight = screen.availHeight - $('div[data-role="header"]').outerHeight() - $('div[data-role="footer"]').outerHeight();
 
-       $('div[data-role="content"]').css('height', contentHeight - 33);
+       $('div[data-role="content"]').css('height', contentHeight);
        app.gameWidth = screen.availWidth;
        app.ballWidth = parseInt($('.ball').css('width'), 10);
        app.ballHeight = parseInt($('.ball').css('height'), 10);