From 183e6fcbb31a06d0b7f5e146b926f3d9b64321b0 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Thu, 14 Oct 2021 06:25:04 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/modules/menu.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/modules/menu.scss b/assets/stylesheets/template/modules/menu.scss index 3cd8db3..20a8e5e 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -219,6 +219,7 @@ .modules-menu-level-1 { display: block; opacity: 1; + visibility: visible; left: 15px; transition:opacity .5s .3s; } @@ -268,6 +269,7 @@ top:43px; left: -10000px; opacity: 0; + visibility: hidden; transition:opacity .5s,left 0s .5s; margin-top: 0.2rem; &:before { @@ -403,4 +405,4 @@ display: block; } } -} \ No newline at end of file +}