-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.1.2
Environment
antd 1.1.2 node 10.10.0 vue2.5.2
Reproduction link
https://github.com/vueComponent/ant-design-vue
Steps to reproduce
I had added the component at the App.vue, and I set the overflow property to auto,and the component cannot work. When I removed the property, it's work. And then, I review the code about the component of back-top, I found there was some style about overflow hidden, Is this property conflicting? And how to solve the problem?
What is expected?
use the overflow property and the back-top component is work too
What is actually happening?
the back-top component cannot work

