Browse Source

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

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

close #32621
pull/32765/head
solitia7125 3 years ago
committed by GitHub
parent
commit
b1ea2e4c55
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/drawer/style/drawer.less

1
components/drawer/style/drawer.less

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

Loading…
Cancel
Save