From e70570cbd7d98dd9f759184a571366b16ee38723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sun, 4 Mar 2018 16:10:45 +0100 Subject: [PATCH] Fixed appsmenu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/mobile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 64e563ce41..ebc7e094cd 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -133,7 +133,7 @@ table.multiselect thead { } @media only screen and (max-width: 480px) { - #header .menu { + #header .header-right .menu { max-width: calc(100vw - 26px); position: fixed; right: 13px;