Customize: Fix visibility of preview in iOS.

Removes CSS rule added in [21014] that is now obsolete. 

Props adamsilverstein.
See #20805.
Fixes #35875.

Built from https://develop.svn.wordpress.org/trunk@36804


git-svn-id: http://core.svn.wordpress.org/trunk@36771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2016-03-02 18:22:26 +00:00
parent ef83c4e3c2
commit 2caafbe1a0
5 changed files with 3 additions and 11 deletions

View File

@ -709,10 +709,6 @@ p.customize-section-description {
position: relative;
}
.ios #customize-preview {
position: relative;
}
.ios #customize-controls .wp-full-overlay-sidebar-content {
-webkit-overflow-scrolling: touch;
}

File diff suppressed because one or more lines are too long

View File

@ -709,10 +709,6 @@ p.customize-section-description {
position: relative;
}
.ios #customize-preview {
position: relative;
}
.ios #customize-controls .wp-full-overlay-sidebar-content {
-webkit-overflow-scrolling: touch;
}

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36803';
$wp_version = '4.5-beta1-36804';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.