design: Make copy text button clickable again.

Due to added opacity of 0.5 through the readonly property, the button
for copy and close was not clickable. Increasing z-index of the button
solves it.
This commit is contained in:
vaibhavrajsingh2001 2020-04-20 00:09:48 +05:30 committed by Tim Abbott
parent 2d11d58c9a
commit 6ddc4827fe
1 changed files with 4 additions and 0 deletions

View File

@ -390,6 +390,10 @@ li,
left: -5px;
margin-top: -24px;
display: block;
/* The z-index here ensures that the copy-message
icon is clickable and is needed because of reduced
opacity of readonly textarea */
z-index: 2;
}
#clipboard_image {