My website has two menus, one on the left and one on the right, along with a search bar. When the user activates the menus, they smoothly slide in from the edge of the screen as intended. However, I encountered an issue where the right menu slides off the screen when the search bar is clicked on the desktop version. This functionality works properly on mobile devices though. To make it easier for you to review, I have kept my CSS very basic and included only two media queries in the code. Can you please help me understand what could be causing this problem? Here's a link to the Jsfiddle with the code:
[code]
https://jsfiddle.net/54rzcv7f/5/
[/code]
Please ensure that you select "No wrap in body" on the JavaScript tab while testing the code. Thank you for your assistance.