From 4e51753d27899bf21137a8ee729dc4de22c90d18 Mon Sep 17 00:00:00 2001 From: Angelo Paglialonga <angelo.paglialonga@gmail.com> Date: Wed, 2 Sep 2020 11:23:50 +0200 Subject: [PATCH] Corrects issue #1475 to display responsive menu correctly --- layouts/v7/skins/marketing/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/v7/skins/marketing/style.css b/layouts/v7/skins/marketing/style.css index e72caf7eb..a871f1d4e 100644 --- a/layouts/v7/skins/marketing/style.css +++ b/layouts/v7/skins/marketing/style.css @@ -329,7 +329,7 @@ body > .mCSB_inside > .mCSB_container { @media (max-width: 1200px) { .app-menu { max-height: 100%; - overflow-y: visible; + overflow-y: auto; } } #messageBar { -- GitLab