Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#20753 closed defect (bug) (fixed)

The box-shadow on customizer controls blocks part of the scrollbar

Reported by: azaozz's profile azaozz Owned by: koopersmith's profile koopersmith
Milestone: 3.4 Priority: normal
Severity: normal Version:
Component: UI Keywords:
Focuses: Cc:

Description

As the title. If a section in the controls forces a scrollbar, half of it is blocked/unclickable by .wp-full-overlay-sidebar:after that contains the box-shadow.

Attachments (1)

20753.patch (432 bytes) - added by azaozz 12 years ago.

Download all attachments as: .zip

Change History (3)

#1 @azaozz
12 years ago

A quick fix would be to reduce the width of .wp-full-overlay-sidebar:after from 8px to about 3px reducing the blocked area of the scrollbar to only the edge that makes it virtually undetectable by the user. That would also make the shadow narrower.

@azaozz
12 years ago

#2 @koopersmith
12 years ago

  • Owner set to koopersmith
  • Resolution set to fixed
  • Status changed from new to closed

In [20922]:

Theme Customizer: Reduce size of box shadow to minimize scrollbar overlap in Firefox. props azaozz, fixes #20753, see #19910.

Note: See TracTickets for help on using tickets.