Skip to content

Commit

Permalink
fix side menu on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Oct 21, 2023
1 parent 5272ef1 commit 6657c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OryAdmin/Components/Layout/SideMenu.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@inject EnvService EnvService

<aside class="is-narrow-mobile is-fullheight is-hidden-mobile">
<aside class="is-narrow-mobile is-fullheight">
<p class="menu-label">Home</p>
<ul class="menu-list">
<li>
Expand Down

0 comments on commit 6657c6b

Please sign in to comment.