mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
fix: scrolling at bottom of page when switching from one page to another
This commit is contained in:
@@ -11,10 +11,12 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.__transition_fadeIn {
|
.__transition_fadeIn {
|
||||||
|
transform-origin: 50% top;
|
||||||
animation: fadeIn 0.15s ease both;
|
animation: fadeIn 0.15s ease both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.__transition_fadeOut {
|
.__transition_fadeOut {
|
||||||
|
transform-origin: 50% top;
|
||||||
animation: fadeOut 0.15s ease both;
|
animation: fadeOut 0.15s ease both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user