Skip to content

Commit c4c32b8

Browse files
authored
Make it possible to scroll overflowing hidden events again (#33481)
* Make it possible to scroll overflowing hidden events again * Make hidden events scrollable without any CSS hacks
1 parent b6c24cb commit c4c32b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared-components/src/room/timeline/event-tile/body/ViewSourceEventView/ViewSourceEventView.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Please see LICENSE files in the repository root for full details.
1212
color: var(--cpd-color-text-secondary);
1313
font-size: var(--cpd-font-size-body-xs);
1414
width: 100%;
15-
overflow-x: auto;
1615
line-height: normal;
1716
}
1817

1918
.source {
2019
flex: 1;
20+
overflow-inline: auto;
2121
}
2222

2323
pre.source {

0 commit comments

Comments
 (0)