Add z-index property to the popover
This commit is contained in:
@@ -1894,6 +1894,7 @@ a.task-board-nobody {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
#popover-content {
|
#popover-content {
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
#popover-content {
|
#popover-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user