Description
Pinnable elements (i.e. main menu and page tools) are supposed to collapse at the desktop breakpoint. They currently auto unpin at 1000px, while the rest of our CSS that relies on the desktop breakpoint updates at 999px. In order to avoid inconsistencies between 1001px, 1000px, and 999px viewports, we should ensure pinnable elements auto unpin at 999px, consistent with the @max-width-tablet CSS variable
AC
- pinnable elements unpin at 999px
Developer notes
Should be a 1 line change in pinnableElement.js. Will result in pixel progressions, previously the pinnable elements were hidden for desktop viewports, when it should only be hidden for tablet and under