Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix mobile sidebar toggle #1158

Merged
merged 1 commit into from
Aug 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: fix mobile sidebar toggle
  • Loading branch information
kelvinsjk committed Aug 18, 2021
commit 91a13e1e1b58d1326f12e6c7a4624c61eae3c150
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