Is it possible to force the last li menu content at the bottom when the li list is absolute and dropdown is open?
问题 I have a WordPress menu. I am getting an overlap issue when the dropdown menu displaying. I have newsletter last-child li with position: absolute ; and bottom . First screenshot ----------------------------Second screenshot In the second screenshot overlaying the menu content. So it possible to force the content at the bottom? $('body').on('click', 'ul#left-primary-menu li', function(e) { $('ul#left-primary-menu li').find('.sub-menu').stop().slideUp(); $(this).closest('ul#left-primary-menu li