mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 21:33:18 +01:00
fix: fixes broken animation on scroll button (#2356)
This commit is contained in:
@@ -157,7 +157,7 @@ section {
|
||||
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.15s ease-in;
|
||||
transition: opacity 0.2s ease-out !important;
|
||||
}
|
||||
|
||||
.fade-enter,
|
||||
|
||||
Reference in New Issue
Block a user