Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34153, comment 11


Ignore:
Timestamp:
01/05/2016 12:57:28 AM (9 years ago)
Author:
papewas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34153, comment 11

    initial v1  
    11May I report:
    2 I'm on Windows 8.1, the exact pixels when the situation happens are between 955px and 1014px - 954px and 1015px are good. There is an element.style (style="position: fixed;") added in the code at 955px, when I comment it out it is good:
     2I'm on Windows 8.1, the exact pixels when the situation happens are between 955px and 1014px - 954px and 1015px are good. There is an element.style (style="position: fixed;") added in the code at 955px, when I comment it out it is solved:
    33
    44<div id="sidebar" class="sidebar" style="position: fixed;">
    5                
    6 At 1015px there are some other css-style added/changed, but they are missing between 1014px and 954px. Maybe the difference to the reported pixels of jrgeoffrion is because the css values are measured in em (screen and (min-width: 59.6875em) appears at 1015px).