Theme Customizer: Reduce size of box shadow to minimize scrollbar overlap in Firefox. props azaozz, fixes #20753, see #19910.
git-svn-id: http://core.svn.wordpress.org/trunk@20922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
366ca788d5
commit
da8f2fe9c3
|
@ -5279,8 +5279,8 @@ body.full-overlay-active {
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 8px;
|
width: 3px;
|
||||||
box-shadow: inset -11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
|
box-shadow: -5px 0 4px -4px rgba(0, 0, 0, 0.1) inset;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue