From 10a87d72a1e9fecce5ebf05cc77fcebac10bd836 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 8 Jun 2015 12:21:37 +0200 Subject: [PATCH] fix switch to user ideally the .switchBackToUser should lie above the #app in the dom, and not inside. then I wouldn't have to write so hacky css --- app/assets/stylesheets/zammad.css.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index e336b969d..5d234cba8 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -20,6 +20,7 @@ body { height: 100%; color: hsl(198,19%,72%); word-break: break-all; + display: flex; } p { @@ -51,8 +52,8 @@ blockquote { #app { display: flex; + flex: 1; min-width: $minWidth; - height: 100%; } .u-unclickable { @@ -4067,7 +4068,7 @@ footer { } #app.switchBackToUserSpace { - top: 45px; + margin-top: 45px; } .modal {