79640399

Date: 2025-05-27 11:39:42
Score: 1
Natty:
Report link

@JulianT Adding your comment as an answer

The problem was solved by a more specific selection path and changing the position to fixed (or relative):

@media screen and (max-width: 620px) {
#mobile-navigation > div > ul, #mobile-navigation-jquery > div > ul {position: fixed;}
#mobile-navigation-jquery.target > div > ul {width: 100%;}
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @JulianT
  • Low reputation (0.5):
Posted by: Himanshu Khanna