Closed nasirDoe closed 2 years ago
please provide the code
maxHeight is a property of scrollPanel. Make sure that you've formatted your ops correctly. Ex:
<vue-scroll
:ops="{
scrollPanel: {
maxHeight: 10
}
}"
>
</vue-scroll>
I wrote my code like below `<vue-scroll :ops="{ maxHeight: 10 }"
` because in plugin documentations like this, maybe you miss in documentation. But thanks for your answer, i appreciated it. i'll try soon
i use this plugin on nuxt.js, any solution. the base component always
height: 100%
. Thank you