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

Commit 1256b1e

Browse files
Allow scrolling right in reply-quoted code block (#7024)
1 parent 70606ff commit 1256b1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/views/rooms/_ReplyTile.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ limitations under the License.
7878

7979
// Hack to cut content in <pre> tags too
8080
.mx_EventTile_pre_container > pre {
81-
overflow: hidden;
81+
overflow-x: scroll;
82+
overflow-y: hidden;
8283
text-overflow: ellipsis;
8384
display: -webkit-box;
8485
-webkit-box-orient: vertical;

0 commit comments

Comments
 (0)