mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Fixed help window causing unclickable elements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user