From 6859a2772e09e1d52e3be34e5485ed1702390cda Mon Sep 17 00:00:00 2001 From: Diego Salazar Date: Mon, 19 Aug 2019 14:18:09 -0600 Subject: [PATCH] Fix language menu sroll on mobile --- css/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index c96d2999..cea3248a 100644 --- a/css/custom.css +++ b/css/custom.css @@ -2422,8 +2422,10 @@ label[for="mobile-burger"] { right: 0; text-align: center; width: inherit; - margin-top: 0.6rem; + margin-top: 0.5rem; background-color: #fff; + max-height: calc(100% - 50px); + overflow: auto; } label[for="moblangdrop"] { display: block;