Fix copy button icon overlapping with copyable text (#10227)

* Modified css for copy button and the copyable text accross the app specially to solve the overlapping problem in the access token div

* Modified css for copy button and the copyable text accross the app specially to solve the overlapping problem in the access token div and replaced the scroll with auto
This commit is contained in:
Adesh-Pandey
2023-02-23 13:20:38 +00:00
committed by GitHub
parent 8f7f855ad4
commit 9a0e537916
2 changed files with 4 additions and 7 deletions
@@ -28,9 +28,4 @@ limitations under the License.
margin-bottom: $spacing-16;
}
}
/* prevent the access token from overflowing the text box */
div .mx_CopyableText {
overflow: scroll;
}
}