-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Resolved changing this:
.angular-center-container {
position: fixed;
top:0;
left:0;
height:100%;
width:100%;
display:table;
pointer-events: none;
z-index:9999;
}
to this:
.angular-center-container {
position: fixed;
top:0;
left:0;
height:100%;
width:100%;
display:table;
pointer-events: none;
}
Simply removed " z-index:9999;".
Metadata
Metadata
Assignees
Labels
No labels