Skip to content

Commit

Permalink
docs: fix mobile sidebar toggle (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinsjk committed Aug 18, 2021
1 parent 29b4b5e commit 52cf927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/layouts/MainLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const githubEditUrl = `https://github.com/snowpackjs/astro/blob/main/docs/${curr
:global(.mobile-sidebar-toggle) {
overflow: hidden;
}
:global(.mobile-sidebar-toggle) #grid-left {
:global(.mobile-sidebar-toggle #grid-left) {
display: block;
top: 2rem;
}
Expand Down

2 comments on commit 52cf927

@vercel
Copy link

@vercel vercel bot commented on 52cf927 Aug 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

astro-docs – ./docs

docs.astro.build
astro-docs-git-latest-pikapkg.vercel.app
astro-docs-pikapkg.vercel.app
astro-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 52cf927 Aug 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.