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;