From 2ae018bb50b36c128d1a02c35b20c9dfc2490dcd Mon Sep 17 00:00:00 2001 From: Blakko Date: Fri, 4 Jul 2014 11:50:53 +0200 Subject: [PATCH] Set z-index for the service list panel to avoid unwanted overlas with the service panels --- main/webapp/modules/core/styles/reconciliation/recon-dialog.less | 1 + 1 file changed, 1 insertion(+) diff --git a/main/webapp/modules/core/styles/reconciliation/recon-dialog.less b/main/webapp/modules/core/styles/reconciliation/recon-dialog.less index 03ea618e5..cd22c6971 100644 --- a/main/webapp/modules/core/styles/reconciliation/recon-dialog.less +++ b/main/webapp/modules/core/styles/reconciliation/recon-dialog.less @@ -40,6 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .recon-dialog-service-list-container { position: absolute; + z-index: 10; } .recon-dialog-service-list {