[wp-trac] [WordPress Trac] #24599: Twenty Thirteen: Horizontal scrollbar appears in large viewports
WordPress Trac
noreply at wordpress.org
Fri Jun 21 13:05:17 UTC 2013
#24599: Twenty Thirteen: Horizontal scrollbar appears in large viewports
--------------------------------+------------------------------
Reporter: gorgoglionemeister | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: trunk
Severity: normal | Resolution:
Keywords: |
--------------------------------+------------------------------
Description changed by SergeyBiryukov:
Old description:
> Starting from 1614 pixels up to 1600 pixels viewport width, the page
> (.site) width is 2 pixels wider than the body width, causing an
> horizontal scrollbar to appear. It seems to be caused by the following
> rule:
>
> {{{
> .site {
> -webkit-box-sizing: content-box;
> -moz-box-sizing: content-box;
> box-sizing: content-box;
> }
> }}}
>
> which I don't understand why it has been introduced as of changeset
> 23962.
New description:
Starting from 1614 pixels up to 1600 pixels viewport width, the page
(.site) width is 2 pixels wider than the body width, causing an horizontal
scrollbar to appear. It seems to be caused by the following rule:
{{{
.site {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
}}}
which I don't understand why it has been introduced as of changeset
[23962].
--
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24599#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list