diff --git a/admin/css/screen.css b/admin/css/screen.css index 974c70ebc..776a711b9 100644 --- a/admin/css/screen.css +++ b/admin/css/screen.css @@ -231,7 +231,7 @@ input.radio { margin-left: 0; } * (see _tree.scss and _menu.scss). */ /** ---------------------------------------------------- Core Styles. ---------------------------------------------------- */ -html, body { width: 100%; height: 100%; } +html, body { width: 100%; height: 100%; /* Removes RHS whitespace on iPad */ overflow-x: hidden; } body.cms { overflow: hidden; } diff --git a/admin/scss/_style.scss b/admin/scss/_style.scss index 35f6830f5..7825b7089 100644 --- a/admin/scss/_style.scss +++ b/admin/scss/_style.scss @@ -21,6 +21,8 @@ html,body { width: 100%; height: 100%; + /* Removes RHS whitespace on iPad */ + overflow-x: hidden; } body.cms { diff --git a/admin/templates/LeftAndMain.ss b/admin/templates/LeftAndMain.ss index 92a7004a2..0e4d67392 100644 --- a/admin/templates/LeftAndMain.ss +++ b/admin/templates/LeftAndMain.ss @@ -1,8 +1,9 @@ - <% base_tag %> + + $Title