PressThis: enable scrollbars in Firefox, remove overflow-x: hidden from the html element. Part props Michael-Arestad. Fixes #31455.

git-svn-id: https://develop.svn.wordpress.org/trunk@31565 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2015-02-27 01:54:48 +00:00
parent ea4eb2e66c
commit 161e1a951e
3 changed files with 7 additions and 10 deletions

View File

@@ -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 {