fixed scorll bug on firefox
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2023-02-15 17:11:06 -05:00
parent 71b18eb487
commit cf60ae6057
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ html {
scroll-padding-top: calc(92rem / 16);
}
@-moz-document url-prefix() {
html {
scroll-behavior: auto;
}
}
body {
/* Theme colours */
--pink: #EF839D;