Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a1fcff8

Browse files
t3chguydbkr
authored andcommitted
Revert "affix copyButton so that it doesn't get scrolled horizontally"
1 parent 21978b1 commit a1fcff8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ limitations under the License.
392392
overflow-x: overlay;
393393
overflow-y: visible;
394394
max-height: 30vh;
395-
position: static;
396395
}
397396

398397
.mx_EventTile_content .markdown-body code {
@@ -407,7 +406,7 @@ limitations under the License.
407406
visibility: hidden;
408407
cursor: pointer;
409408
top: 6px;
410-
right: 36px;
409+
right: 6px;
411410
width: 19px;
412411
height: 19px;
413412
background-image: url($copy-button-url);

0 commit comments

Comments
 (0)