From 853284ba8c051074b786e6cbda86fa50ce0300ac Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Thu, 28 Mar 2013 16:10:09 +0400 Subject: [PATCH] add z-index to #assigned-popup --- app/assets/stylesheets/design/custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/design/custom.scss b/app/assets/stylesheets/design/custom.scss index 6e57d4df0..b9144ce0c 100644 --- a/app/assets/stylesheets/design/custom.scss +++ b/app/assets/stylesheets/design/custom.scss @@ -1945,6 +1945,7 @@ article .activity .top { #assigned-popup { + z-index: 1001; position: absolute; margin: 5px 0 0 130px; display: none;