From f7dfba417ca7d173ba7e77ad5335792472eaeacf Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@googlemail.com> Date: Mon, 25 Jun 2018 16:31:43 +0100 Subject: [PATCH] Revert "affix copyButton so that it doesn't get scrolled horizontally" --- res/css/views/rooms/_EventTile.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index 525855f3ed..80d2cd3418 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -392,7 +392,6 @@ limitations under the License. overflow-x: overlay; overflow-y: visible; max-height: 30vh; - position: static; } .mx_EventTile_content .markdown-body code { @@ -407,7 +406,7 @@ limitations under the License. visibility: hidden; cursor: pointer; top: 6px; - right: 36px; + right: 6px; width: 19px; height: 19px; background-image: url($copy-button-url);