From 806ee93d611d151623565a8e1a78b9c5ae59b20b Mon Sep 17 00:00:00 2001 From: agrt56 Date: Sat, 30 May 2015 03:13:07 +0200 Subject: [PATCH] Fix overlay positioning of new window warning. --- src/main/webapp/app/controller/Application.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/app/controller/Application.js b/src/main/webapp/app/controller/Application.js index 47f69a97..e72e1749 100644 --- a/src/main/webapp/app/controller/Application.js +++ b/src/main/webapp/app/controller/Application.js @@ -191,6 +191,7 @@ Ext.define("ARSnova.controller.Application", { showNewWindowWarning: function (url) { var messageBox = Ext.create('Ext.MessageBox', { + zIndex: 9999, title: Messages.NOTIFICATION, message: Messages.URL_COULD_NOT_BE_FRAMED, listeners: { -- GitLab