From 3722349c41695f8013807cda8323b8de5a8e315b Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 17 Jul 2015 17:53:03 +0930 Subject: [PATCH] Make sure responsive controls appear where they're supposed to --- framework/core/less/lib/App.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/core/less/lib/App.less b/framework/core/less/lib/App.less index 54a253304..48bce816b 100755 --- a/framework/core/less/lib/App.less +++ b/framework/core/less/lib/App.less @@ -31,13 +31,13 @@ // and center of the header respectively. @media @phone { .App-primaryControl, .App-titleControl, .App-backControl { - position: absolute; + position: absolute !important; z-index: @zindex-header + 1; - top: 0; + top: 0 !important; margin: 0; .App.affix &, .Composer & { - position: fixed; + position: fixed !important; } > .Button {