[FIX][web_responsive] Fit view to screen.

This patch makes the `.oe_web_client` element to fit exactly inside the viewport, instead of overflowing it as before.
This commit is contained in:
Jairo Llopis
2017-02-20 13:41:51 +01:00
parent e9eaec3994
commit 4a12a5efcc
3 changed files with 17 additions and 16 deletions

View File

@@ -20,7 +20,7 @@
<meta name="MobileOptimized" content="320" />
<meta name="HandheldFriendly" content="True" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no" />
</xpath>
<xpath expr="//nav[@id='oe_main_menu_navbar']" position="replace">