From 749fc6a425237c46320d20b49358a3b0a8c83c20 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 25 May 2017 16:10:10 +0100 Subject: [PATCH] Make the alerts container a zero-height static element, to avoid capturing clicks. --- services/web/public/stylesheets/app/editor.less | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index db51462620..3c3aae945a 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -35,11 +35,8 @@ } .global-alerts { - position: absolute; - z-index: 20; - top: 2px; - left: 0; - right: 0; + height: 0; + margin-top: 2px; text-align: center; .alert { @@ -49,6 +46,8 @@ padding: (@line-height-computed / 4); font-size: 14px; margin-bottom: (@line-height-computed / 4); + position: relative; + z-index: 20; } } #try-reconnect-now-button {