From c5c42a0bc94433230d3aa8e73f43e0d64078ce45 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Mon, 1 Jun 2015 16:41:40 -0300 Subject: [PATCH] chat window should be displayed on top of all --- public/stylesheets/chat.css | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/public/stylesheets/chat.css b/public/stylesheets/chat.css index c9f1407..5dbd6b3 100644 --- a/public/stylesheets/chat.css +++ b/public/stylesheets/chat.css @@ -8,6 +8,7 @@ background-color: #FFF; box-shadow: -3px 0px 5px #888; transition: width 0.3s ease-in; + z-index: 200; } #chat.opened { @@ -123,6 +124,7 @@ -webkit-border-radius: 5px; background: white; border: 1px solid #888; + z-index: 10; } #buddy-list .toolbar .dialog-error p { margin: 0 0 5px 0; -- libgit2 0.21.2