1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-30 02:59:29 +02:00

Merge pull request #1832 from cyberalien/ticket/11982

Fix z-index for AJAX popup background
This commit is contained in:
Nils Adermann 2013-10-28 11:51:28 -07:00
commit 0ffc3395c5

View File

@ -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)