issue-83 Add scroll to comments button

When the comments button is click, the comments section is scrolled
into view.
This commit is contained in:
Kurt Hutten
2020-11-19 07:14:39 +11:00
parent c11a2a5a65
commit 6e124a9102
2 changed files with 11 additions and 4 deletions

View File

@@ -48,7 +48,9 @@
/* stop pop over from scrolling */
overflow: visible !important;
}
html {
scroll-behavior: smooth;
}
body {
/* TODO can I use a tailwind class here? */
background-color: #f7fafc;