fix: scrolling at bottom of page when switching from one page to another

This commit is contained in:
Sonny
2024-11-10 00:46:46 +01:00
parent 9463a711f6
commit ea8350bb61

View File

@@ -11,10 +11,12 @@ body {
}
.__transition_fadeIn {
transform-origin: 50% top;
animation: fadeIn 0.15s ease both;
}
.__transition_fadeOut {
transform-origin: 50% top;
animation: fadeOut 0.15s ease both;
}