From 650119069214f67a09aff095e1ecf77921668b36 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Mon, 10 Feb 2014 15:32:46 +0330 Subject: [PATCH] Overflow: hidden fix --- Web/css/main.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Web/css/main.less b/Web/css/main.less index 0748cce..8aa6248 100644 --- a/Web/css/main.less +++ b/Web/css/main.less @@ -8,6 +8,8 @@ html, body { margin: 0; font-size: 10px; overflow: hidden; + width: 100%; + height: 100%; } *::-moz-focus-inner {