q-table get scroll when use with vue-clipboard2
-
Hi Everyone,
I get this issue when i using qtable with vue-clipboard2
i have created a sandbox: https://codesandbox.io/s/codesandbox-app-4k0it
when we click
COPY
button, qtable added a space in bottom and scrollbar appear.sometime, this issue appear on first time click
COPY
button. sometime it appear after twice or thirt time click!anyone get same issue?
Thanks,
-
RESOLVED:
vue-clipboard2 added atextarea
to button. so just change its position
https://codesandbox.io/s/codesandbox-app-4k0it