Fix copy-to-clipboard button CSS

In a lot of browsers, the static position is 0px
anyway so there's no problem.

In IE11, the button sits to the left of the
paragraph above by default. Setting it in the CSS
fixes the issue.
This commit is contained in:
Tom Byers
2020-10-02 14:56:49 +01:00
parent 2693e5e2b6
commit 678934cf49

View File

@@ -22,6 +22,7 @@
position: absolute;
bottom: 2px;
left: 0px;
&:active {
top: auto;