[wp-trac] [WordPress Trac] #24599: Horizontal scrollbar appears in large viewports

WordPress Trac noreply at wordpress.org
Tue Jun 18 20:49:06 UTC 2013


#24599: 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              |   Keywords:
--------------------------------+-----------------------------
 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>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list