From 290ad726630f3285981a17b02488b75ae4b922f1 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 14 Aug 2018 08:45:02 +0200 Subject: [PATCH] Fix message header on mobile devices Signed-off-by: Christoph Wurst --- css/mobile.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/css/mobile.css b/css/mobile.css index 8e1bf1d91c..19984ad51a 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -44,13 +44,6 @@ display: none; } -/* make header scroll away on mobile */ -#mail-message-header { - position: relative; - width: initial; - height: 100px; -} - textarea.message-body { padding-right: 12px; }