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

git-svn-id: https://develop.svn.wordpress.org/trunk@20922 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-05-26 00:21:34 +00:00
parent 2a856e0767
commit eda2a6261d
1 changed files with 2 additions and 2 deletions

View File

@ -5279,8 +5279,8 @@ body.full-overlay-active {
top: 0;
bottom: 0;
right: 0;
width: 8px;
box-shadow: inset -11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
width: 3px;
box-shadow: -5px 0 4px -4px rgba(0, 0, 0, 0.1) inset;
z-index: 1000;
}