Skip to content

Commit

Permalink
add missing hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Dec 10, 2023
1 parent dfe0c6f commit 0e768d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/components/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type Props = MarkdownLayoutProps<{
<MenuIcon />
</button>
<div
class="fixed left-0 h-full max-h-screen w-full overflow-auto overscroll-contain bg-white px-4 pb-4 pt-8 sm:pt-12 lg:hidden"
class="fixed left-0 h-full max-h-screen w-full overflow-auto overscroll-contain bg-white px-4 pb-4 pt-8 sm:pt-12 hidden lg:hidden"
id="mobile-nav-menu"
>
<div class="mb-4 flex place-content-between">
Expand Down

0 comments on commit 0e768d7

Please sign in to comment.