From 38fb38bfc82ff9ec98c992cb38d71c8caf972f19 Mon Sep 17 00:00:00 2001 From: Adesh Pandey Date: Thu, 23 Feb 2023 10:21:50 +0545 Subject: [PATCH] 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 --- res/css/views/settings/tabs/user/_HelpUserSettingsTab.pcss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/res/css/views/settings/tabs/user/_HelpUserSettingsTab.pcss b/res/css/views/settings/tabs/user/_HelpUserSettingsTab.pcss index 5a61bcd2dab..c03de9f36ce 100644 --- a/res/css/views/settings/tabs/user/_HelpUserSettingsTab.pcss +++ b/res/css/views/settings/tabs/user/_HelpUserSettingsTab.pcss @@ -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; - } }