[wp-trac] [WordPress Trac] #24599: Twenty Thirteen: Horizontal scrollbar appears in large viewports
WordPress Trac
noreply at wordpress.org
Tue Jun 25 01:24:51 UTC 2013
#24599: Twenty Thirteen: Horizontal scrollbar appears in large viewports
--------------------------------+--------------------
Reporter: gorgoglionemeister | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.6
Component: Bundled Theme | Version: trunk
Severity: normal | Resolution:
Keywords: |
--------------------------------+--------------------
Changes (by obenland):
* milestone: Awaiting Review => 3.6
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 1600 pixels up to 1614 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].
--
Comment:
Reproducible on http://twentythirteendemo.wordpress.com/ as described
above.
The box-sizing change was to fix navbar border styles for viewports at
1600 pixels wide and above, and IIRC for when the navbar was fixed. Since
we dont have a fixed navbar anymore, we can probably remove the style.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24599#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list