Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26609, comment 12


Ignore:
Timestamp:
12/30/2013 11:07:31 AM (12 years ago)
Author:
sagarjadhav
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26609, comment 12

    initial v1  
    11Above issue can be replicated while using framework like foundation as already described by most of the users above.
    2 Most of the frameworks apply <tt>position: relative</tt> to body.
    3 For <tt>@media screen and (max-width: 600px) {</tt>, WordPress adds a style for Admin bar
    4 <tt>#wpadminbar { position: absolute; }</tt>
     2Most of the frameworks apply {{{ position: relative }}} to body.
     3For {{{ @media screen and (max-width: 600px) }}}, WordPress adds a style for Admin bar
     4{{{ #wpadminbar { position: absolute; } }}}
    55
    66Removing that particular css fixes the problem, without causing any additional issue on any other device or browser.