Add z-index property to the popover

This commit is contained in:
Frederic Guillot 2015-02-08 18:28:39 -05:00
parent d634a53e9c
commit 02f7c8d33d
2 changed files with 2 additions and 0 deletions

View File

@ -1894,6 +1894,7 @@ a.task-board-nobody {
height: 100%;
background: rgba(0, 0, 0, 0.8);
overflow: auto;
z-index: 100;
}
#popover-content {

View File

@ -7,6 +7,7 @@
height: 100%;
background: rgba(0, 0, 0, 0.8);
overflow: auto;
z-index: 100;
}
#popover-content {