From fef6173a2df6693a6ea87abb8432390fb39288d5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 18 Oct 2014 03:58:35 -0400 Subject: [PATCH] Fix displaying of HTML messages with absolutely positioned elements in Larry skin (#1490103) --- skins/larry/mail.css | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 4ec2585..0f1eaa8 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -857,7 +857,6 @@ #messagecontent .leftcol, #messagepreview .leftcol { margin-right: 252px; - overflow-x: auto; } #messagecontent .rightcol, -- Gitblit v1.9.1