From a3fc18ddeff90dc85a585266be2d43c2f7f1c04a Mon Sep 17 00:00:00 2001 From: sefaria Date: Mon, 29 Jun 2026 22:19:41 +0200 Subject: [PATCH] set mobile menu width and height --- css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 43f56c6..9526815 100644 --- a/css/style.css +++ b/css/style.css @@ -628,13 +628,14 @@ button:active, .button-primary:active, .logo:active { .mobile-menu { position: fixed; - top: 6.5rem; + top: 7rem; right: 1rem; - bottom: 1rem; left: 1rem; width: auto; - max-width: 24rem; - margin-inline: auto; + max-width: none; + max-height: calc(100dvh - 7.5rem); + overflow-y: auto; + margin-inline: 0; background: var(--panel); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);