mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:48:56 +00:00
[ticket/11982] Fix z-index for AJAX popup background
PHPBB3-11982
This commit is contained in:
parent
bf08b9ad34
commit
5dd199dd60
1 changed files with 1 additions and 0 deletions
|
@ -1575,6 +1575,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
|||
height: 100%;
|
||||
background-color: #000000;
|
||||
opacity: 0.5;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
|
||||
|
|
Loading…
Add table
Reference in a new issue