Fixed help window causing unclickable elements

This commit is contained in:
Dan
2020-02-03 10:56:29 +00:00
parent 6fe1d384e0
commit a1deb5ab87
3 changed files with 25 additions and 4 deletions

View File

@@ -405,7 +405,7 @@ button:focus { outline: none; }
transform: scale( 1.0 );
transform-origin: 0 0;
z-index: 3;
z-index: 3;
}
/* Button template classes */
#rc button {
@@ -1012,11 +1012,13 @@ button:focus { outline: none; }
grid-template-rows: 90% 10%;
justify-items: center;
z-index: 4;
z-index: 6;
}
#helpWindow iframe {
width: 100%;
height: 100%;
display: block;
}
#helpWindow .close {