[wp-trac] [WordPress Trac] #26609: Admin Bar pushed down at screens of 600px width and lower on the frontside
WordPress Trac
noreply at wordpress.org
Mon Dec 30 11:00:52 UTC 2013
#26609: Admin Bar pushed down at screens of 600px width and lower on the frontside
--------------------------+-----------------------
Reporter: Funkatronic | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.9
Component: Toolbar | Version: 3.8
Severity: normal | Resolution:
Keywords: needs-patch |
--------------------------+-----------------------
Comment (by sagarjadhav):
Above issue can be replicated while using framework like foundation as
already described by most of the users above.
Most of the frameworks apply <tt>position: relative</tt> to body.
For <tt>@media screen and (max-width: 600px) {</tt>, WordPress adds a
style for Admin bar
<tt>#wpadminbar { position: absolute; }</tt>
Removing that particular css fixes the problem, without causing any
additional issue on any other device or browser.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26609#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list