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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user