Changes between Initial Version and Version 1 of Ticket #26609, comment 12
- Timestamp:
- 12/30/2013 11:07:31 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26609, comment 12
initial v1 1 1 Above 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 bar4 <tt>#wpadminbar { position: absolute; }</tt> 2 Most of the frameworks apply {{{ position: relative }}} to body. 3 For {{{ @media screen and (max-width: 600px) }}}, WordPress adds a style for Admin bar 4 {{{ #wpadminbar { position: absolute; } }}} 5 5 6 6 Removing that particular css fixes the problem, without causing any additional issue on any other device or browser.