Verified the #4 patch on 9.5.8, the menu is fixed for 767px. Added screenshots for reference, RTBC++
With a width of 767 pixels, after clicking on the hamburger, the menu reopens.
1. Install "base_zymphonies_theme" and set it as default.
2. Change the resolution to 767px.
3. Click on the hamburger
4. The menu is always reopened
1. In the media.scss file, change the rule @media (min-width: 767px) {....} to @media (min-width: 768px) {....}
2. rebuild project to compile style
- None
- None
- None
- None
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Verified the #4 patch on 9.5.8, the menu is fixed for 767px. Added screenshots for reference, RTBC++