PressThis: enable scrollbars in Firefox, remove overflow-x: hidden from the html element. Part props Michael-Arestad. Fixes #31455.
Built from https://develop.svn.wordpress.org/trunk@31565 git-svn-id: http://core.svn.wordpress.org/trunk@31546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1109,16 +1109,13 @@ input[type="search"].categories-search,
|
||||
/**
|
||||
* Main
|
||||
*/
|
||||
html,
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
html {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
@media (min-width: 901px) {
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
html {
|
||||
|
||||
2
wp-admin/css/press-this-rtl.min.css
vendored
2
wp-admin/css/press-this-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1109,16 +1109,13 @@ input[type="search"].categories-search,
|
||||
/**
|
||||
* Main
|
||||
*/
|
||||
html,
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
html {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
@media (min-width: 901px) {
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
html {
|
||||
|
||||
2
wp-admin/css/press-this.min.css
vendored
2
wp-admin/css/press-this.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user