dovy / vuepress-plugin-clipboard-copy

VuePress plugin for copying code blocks.
MIT License
3 stars 5 forks source link

Copy icon moves on horizontal scroll #5

Open akegaviar opened 5 years ago

akegaviar commented 5 years ago

Installed and configured from https://www.npmjs.com/package/@dovyp/vuepress-plugin-clipboard-copy

When viewing the docs with the plugin enabled, there's the copy icon moves on horizontal scroll and stays there.

The issue was reported before but looks like it's not fixed.

Can you please have a look?

horizontalCopy
f-w commented 3 years ago

This can be fixed by adding

div[class*="language-"] pre[class*="codecopy-enabled"]
  position: static

to file .vuepress/styles/index.styl