mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-02 07:27:35 -04:00
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:
@@ -22,6 +22,7 @@
|
||||
|
||||
position: absolute;
|
||||
bottom: 2px;
|
||||
left: 0px;
|
||||
|
||||
&:active {
|
||||
top: auto;
|
||||
|
||||
Reference in New Issue
Block a user