From 880e747c65c6d16e6f3ea20467ac0aa63824add9 Mon Sep 17 00:00:00 2001 From: Damien Pobel Date: Thu, 23 Jun 2016 11:45:59 +0200 Subject: [PATCH] Fix EZP-24941: Make sure the UDW stays hidden even when changing the height of the viewport --- Resources/public/css/views/universaldiscovery.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/public/css/views/universaldiscovery.css b/Resources/public/css/views/universaldiscovery.css index 6e13049e9..ee3ee2907 100644 --- a/Resources/public/css/views/universaldiscovery.css +++ b/Resources/public/css/views/universaldiscovery.css @@ -16,6 +16,7 @@ .is-universaldiscovery-hidden .ez-universaldiscovery-container { display: none; + z-index: -10; } .ez-universaldiscovery-container .ez-view-universaldiscoveryview {