From 821efdfb87a470f556978c057bbc16a3434bd35b Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 13 Oct 2021 07:01:51 +0000 Subject: [PATCH] fix mobile menu error --- assets/stylesheets/template/modules/menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/template/modules/menu.scss b/assets/stylesheets/template/modules/menu.scss index c881fee..5667e20 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -294,7 +294,7 @@ //mobile .mobile-menu { - z-index: 1051; + z-index: 10051; width: 100vw; position: fixed; top: 0;