diff options
author | crupest <crupest@outlook.com> | 2020-06-10 16:35:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-10 16:35:34 +0800 |
commit | 0c1bea244961f80879aff17a775c154071ef3b57 (patch) | |
tree | e8e84b599e140ae9b5d28cc0457ce27ccac482eb /Timeline/ClientApp/src/timeline/timeline-ui.sass | |
parent | 6aa26882b6ab759e6240457ec19c065296964d9f (diff) | |
download | timeline-0c1bea244961f80879aff17a775c154071ef3b57.tar.gz timeline-0c1bea244961f80879aff17a775c154071ef3b57.tar.bz2 timeline-0c1bea244961f80879aff17a775c154071ef3b57.zip |
fix(front): Still try to fix scroll problem in timeline page.
Diffstat (limited to 'Timeline/ClientApp/src/timeline/timeline-ui.sass')
-rw-r--r-- | Timeline/ClientApp/src/timeline/timeline-ui.sass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/timeline/timeline-ui.sass b/Timeline/ClientApp/src/timeline/timeline-ui.sass index 27aaf072..b92327bd 100644 --- a/Timeline/ClientApp/src/timeline/timeline-ui.sass +++ b/Timeline/ClientApp/src/timeline/timeline-ui.sass @@ -13,6 +13,6 @@ .info-card-content
transform: scale(0)
-.timeline-page-container
- transition: margin-top 0.5s
+.timeline-page-top-space
+ transition: height 0.5s
|