diff --git a/packages/app-shell/src/app-shell.js b/packages/app-shell/src/app-shell.js
index 2f70e0268c5970bd0d8a5ad34db7bfaf6b9dff07..dc92fd04f7475ae0f0c499e72e39bed105b78ea7 100644
--- a/packages/app-shell/src/app-shell.js
+++ b/packages/app-shell/src/app-shell.js
@@ -421,7 +421,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
         
         } else if (isMenuOverflow && menu.classList.contains('hidden')) {
             document.body.removeAttribute('style', 'overflow:hidden;');
-            menu.removeAttribute('style', 'position: fixed;top: ' + topValue + 'px;bottom: 0;border-bottom: 0;overflow-y: auto;');
+            menu.removeAttribute('style');
         }
 
         const chevron = this.shadowRoot.querySelector("#menu-chevron-icon");