diff --git a/ts_web/elements/sio-dropdown-menu.ts b/ts_web/elements/sio-dropdown-menu.ts index 87fc99f..f81a399 100644 --- a/ts_web/elements/sio-dropdown-menu.ts +++ b/ts_web/elements/sio-dropdown-menu.ts @@ -160,27 +160,6 @@ export class SioDropdownMenu extends DeesElement { background: ${bdTheme('border')}; margin: ${unsafeCSS(spacing["1"])} 0; } - - /* Mobile adjustments */ - @media (max-width: 600px) { - .dropdown { - position: fixed; - top: auto !important; - left: ${unsafeCSS(spacing["4"])} !important; - right: ${unsafeCSS(spacing["4"])}; - bottom: ${unsafeCSS(spacing["4"])}; - width: auto; - transform-origin: bottom center; - } - - .dropdown.open { - transform: translateY(0) scale(1); - } - - .dropdown:not(.open) { - transform: translateY(10px) scale(0.95); - } - } `, ];