[wp-meta] [Making WordPress.org] #2319: Scroll bar visible on plugin authors list

Making WordPress.org noreply at wordpress.org
Thu Dec 8 08:56:57 UTC 2016


#2319: Scroll bar visible on plugin authors list
---------------------+-----------------------------------------
 Reporter:  xavortm  |      Owner:
     Type:  defect   |     Status:  new
 Priority:  normal   |  Milestone:
Component:  General  |   Keywords:  has-screenshots needs-patch
---------------------+-----------------------------------------
 Seen currently on [https://wordpress.org/plugins/akismet/]
 Using Chrome Version 54.0.2840.98 (64-bit) on MBP 2015 running MacOS
 Sierra

 Screenshot:
 [[Image(http://i.imgur.com/pK14ulV.png)]]

 Happens because of overflow: auto:
 ''(inline styling in index:331)''
 {{{
 div.plugin-contributor {
     overflow: auto;
     margin: 2px 0;
 }
 }}}

 Changing overflow to hidden solves the problem or alternating it instead
 to:

 {{{
 min-height: 3em;
 overflow: auto;
 }}}


 ''note - I noticed that this happens when you zoom out to something like
 80%, it's how I view all sites in general. If this is not a problem maybe
 the ticket can be closed, though I believe the css there can be
 improved.''

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2319>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list