Skip to content

Commit

Permalink
Fix sticky nav in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed May 16, 2021
1 parent 2036a3f commit 03d75e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
html,
body,
body > div {
@apply flex flex-col justify-between flex-1 min-h-full overflow-x-hidden text-toast-900;
@apply flex flex-col justify-between flex-1 min-h-full text-toast-900;
}

button,
Expand Down

0 comments on commit 03d75e9

Please sign in to comment.