- Issue created by @hcanning
- 🇺🇸United States hcanning
Theme vendor came back and suggested adding the below CSS in Drupal as a temp fix. May help someone else. Thanks
@media only screen and (max-width:767px) { #superfish-main { display: none; } }
- Status changed to Needs work
almost 2 years ago 5:47am 8 August 2023 - Status changed to Active
almost 2 years ago 6:03am 8 August 2023 - ivnish Kazakhstan
Please don't change issue status if patch is not ready
- Assigned to lobsterr
- Merge request !12Issue #3369876: Hide menu during processing to avoid a flashing effect on small screens. → (Open) created by lobsterr
- 🇧🇪Belgium lobsterr
Unfortunately, my approach will have a blinking side effect for normal resolutions.
I have an idea, to render accordeon or select menus for the small screens and show/hide them using media queries, but it will take a lot of time to implement and there could be potential bugs :(