Toolbar: Keep IE 11 scrollbar on the side instead of overlapping the toolbar.

Props sabernhardt, shital-patel, y_kolev.
Fixes #48545.
Built from https://develop.svn.wordpress.org/trunk@49290


git-svn-id: http://core.svn.wordpress.org/trunk@49052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-10-23 19:49:08 +00:00
parent ee3dac88f0
commit ce4b1cc8ba
5 changed files with 5 additions and 3 deletions

View File

@ -1934,6 +1934,7 @@ form.upgrade .hint {
html.wp-toolbar { html.wp-toolbar {
padding-top: 32px; padding-top: 32px;
box-sizing: border-box; box-sizing: border-box;
-ms-overflow-style: scrollbar; /* See ticket #48545 */
} }
.widefat th, .widefat th,

File diff suppressed because one or more lines are too long

View File

@ -1933,6 +1933,7 @@ form.upgrade .hint {
html.wp-toolbar { html.wp-toolbar {
padding-top: 32px; padding-top: 32px;
box-sizing: border-box; box-sizing: border-box;
-ms-overflow-style: scrollbar; /* See ticket #48545 */
} }
.widefat th, .widefat th,

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.6-beta1-49289'; $wp_version = '5.6-beta1-49290';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.