fix: opening animation of the bottom drawer (#32761)

Co-authored-by: Korra <1178115756@qq.com>

close #32621
This commit is contained in:
solitia7125 2021-11-05 18:45:46 +08:00 committed by GitHub
parent 10a8578bf9
commit b1ea2e4c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,7 @@
}
&.@{drawer-prefix-cls}-open {
height: 100%;
transition: transform @animation-duration-slow @drawer-animation-ease;
}
}