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