From 5dd199dd604b6bec14cf96c1d7d6a6b38e44057a Mon Sep 17 00:00:00 2001
From: Vjacheslav Trushkin <cyberalien@gmail.com>
Date: Mon, 28 Oct 2013 20:18:56 +0200
Subject: [PATCH] [ticket/11982] Fix z-index for AJAX popup background

PHPBB3-11982
---
 phpBB/adm/style/admin.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index c411d2d0a2..0cbdc2e9f8 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -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)