From f5f8795692660341a8201487a08a23cd8e6264b8 Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Sat, 27 Jan 2018 16:41:49 +0300 Subject: [PATCH] close #163 Fixed: Company logo alignment --- public/css/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/css/app.css b/public/css/app.css index 95a593ff4..13bb3b26c 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -263,10 +263,14 @@ div.required .control-label:not(span):after, td.required:after { } .user-panel { - position: inherit; min-height: 50px; } +.user-panel .pull-left.info.open { + position: fixed; + z-index: 9999; +} + .user-panel > .image > img { height: auto; max-height: 45px;