On Sat, Dec 14, 2013 at 11:12 AM, Dejan Marjanovic <[email protected]> wrote:
> Commit:    636a7e494b48f9eef29bf99bb13326a7ffd5d693
> Author:    Dejan Marjanovic <[email protected]>         Sat, 14 Dec 
> 2013 20:12:14 +0100
> Parents:   d9f615b9dd2275c9daa0482cc3da63200ee020e0
> Branches:  master
>
> Link:       
> http://git.php.net/?p=web/php.git;a=commitdiff;h=636a7e494b48f9eef29bf99bb13326a7ffd5d693
>
> Log:
> Prevent random horizontal scroll http://i.imgur.com/3lt53pY.png
>
> Changed paths:
>   M  styles/theme-medium.css
>
>
> Diff:
> diff --git a/styles/theme-medium.css b/styles/theme-medium.css
> index 5223425..fcbf44b 100755
> --- a/styles/theme-medium.css
> +++ b/styles/theme-medium.css
> @@ -19,6 +19,7 @@ html {
>  body {
>    background:#fff;
>    color: black;
> +  overflow-x: hidden;
>  }


I think this is just a workaround.. there is actually text that does
indeed overflow the page (user contributed notes with code seems to be
a reason).

Unsure how you triggered it on the frontpage, but likely there is
something that is overflowing so that should probably be fixed in
stead?

-Hannes

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to