diff --git a/css/style.css b/css/style.css index cfe83df9b73bca25d34f862d350e716c0c9a5205..fa7d054139efd358096530c501d6c7446d5a8164 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,12 @@ - +/** + * Fixing horizontal scroll bar on iPhone + * http://drupal.org/node/1870076 + */ +@media(max-width: 767px) { + body { + position: relative; + } +} @media(min-width: 980px) { body { padding-top: 60px;