Add z-index property to the popover
This commit is contained in:
parent
d634a53e9c
commit
02f7c8d33d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue