I am currently designing a website with a sliding menu feature. By default, the menu is set to -370px on the left, displaying only the "MENU" text initially. When a user hovers over the menu, it expands to the right, allowing them to select different menu items. If the user selects an item that has sub-items, the menu will dynamically adjust its size accordingly. However, I have encountered an issue when the menu slides back to the left. I want the menu to always show only the text "MENU," regardless of the length of the menu items. Currently, only 31px on the right side of the menu are visible.