mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user