Fixed screen dimming
No longer hangs the UI when a detail is closed without a matching hero to return to.
This commit is contained in:
@@ -17,8 +17,12 @@
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: black;
|
||||
opacity: 0.0;
|
||||
background-color: grey;
|
||||
background-color: rgba(0,0,0,0.35);
|
||||
}
|
||||
|
||||
#fadeDummy {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.detailContent {
|
||||
|
||||
Reference in New Issue
Block a user