[wp-trac] [WordPress Trac] #49463: Beta 5.4 HTML position:fixed
WordPress Trac
noreply at wordpress.org
Tue Feb 18 08:21:00 UTC 2020
#49463: Beta 5.4 HTML position:fixed
--------------------------+-----------------------------
Reporter: Andre Jutras | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords: needs-patch
Focuses: css |
--------------------------+-----------------------------
I'm testing out beta 5.4 and noticed an odd issue relating to the HTML tag
in a page where in mobile, the browser scrollbar disappears due to this
CSS:
Found here:
{{{
/wp-includes/css/dist/block-editor/style.min.css?ver=5.4-beta1
}}}
{{{
html {
position: fixed;
width: 100%;
}
}}}
For screens larger than 782px:
{{{
@media (min-width: 782px)
html {
position: static;
width: auto;
}
}}}
I checked current 5.3 version and this is nowhere to be seen. What is the
purpose of the fixed HTML in mobile screens below 782px? I'm assuming this
is a bug.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49463>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list