mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #1832 from cyberalien/ticket/11982
Fix z-index for AJAX popup background
This commit is contained in:
commit
0ffc3395c5
1 changed files with 1 additions and 0 deletions
|
@ -1575,6 +1575,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
z-index: 45;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
|
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
|
||||||
|
|
Loading…
Add table
Reference in a new issue