Skip to content

Commit

Permalink
Fixes to mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ssl committed May 21, 2023
1 parent f7827ac commit f7e7b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/system/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id="mobile-menu">
<a href="#" class="left-nav-toggle">MENU</a>
</div>
<div id="mobile-dropdown">
<div id="mobile-dropdown" style="display:none">
<ul class="nav ezxss-nav" style="width:80%">

<li class="{currentPage[dashboard/my]}"><a href="/manage/dashboard/my">My Dashboard</a></li>
Expand Down

0 comments on commit f7e7b4c

Please sign in to comment.