Hello,
This problem can be solved by editing the css code.
In a first time you have to pull an “HTML” widget into your Elementor page.
Then into the HTML widget you have to write the following lines :
<style>
.fsmfe-wrapper .menu-toggle:checked + .icon-bars + .menu-overlay {
overflow: auto;
}
</style>