Changes between Initial Version and Version 1 of Ticket #34153, comment 11
- Timestamp:
- 01/05/2016 12:57:28 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34153, comment 11
initial v1 1 1 May 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: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 solved: 3 3 4 4 <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).