Final edits #178

Merged
snedadah merged 22 commits from shahanneda/final-changes into main 2023-02-15 18:30:51 -05:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit f10b28ce78 - Show all commits

View File

@ -4,6 +4,10 @@ html {
}
@-moz-document url-prefix() {
/* Firefox has a bug relating to smooth scrolling
https://github.com/vercel/next.js/issues/22858
*/
html {
scroll-behavior: auto;
}