From 801f83bc00d0b967ed3ab42faa7b3de796cb527e Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 13 Oct 2021 06:57:55 +0000 Subject: [PATCH] fix mobile menu --- assets/stylesheets/template/modules/menu.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/stylesheets/template/modules/menu.scss b/assets/stylesheets/template/modules/menu.scss index 36e52ce..c881fee 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -307,13 +307,13 @@ } .modules-menu { - width: 80%; + width: 100%; position: absolute; right: 0; background: #ffffff; height: 100%; - top: 0; - padding-top: 40px; + top: 40px; + padding-top: 0; } .modules-menu .modules-menu-level-0 > li > a, .modules-menu .modules-menu-level-0 ,.modules-menu .modules-menu-level-0 > li {color: #000; font-size: 18px ; @@ -325,11 +325,11 @@ position: absolute; left: 0; background: transparent; - top: 40px; + top: 0; z-index: 1; - height: 100vh; + height: 40px; margin: 0; - width: 20%; + width: 100%; border: 0; } .cover {