From d8ea833eab8bd6faa13e27845aaa5b63880153e6 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 11 Apr 2019 17:00:33 +0200 Subject: [PATCH] bootstrap 3.4.1 regression (https://github.com/opnsense/core/issues/3377), since our modals aren't placed directly under the body tag, the backdrop seems to be disfunctional. https://github.com/opnsense/core/issues/3377 Although its probably not the best fix, it does the trick. --- src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt | 1 + src/opnsense/mvc/app/views/OPNsense/Firewall/alias.volt | 1 + src/opnsense/mvc/app/views/layout_partials/base_dialog.volt | 1 + .../mvc/app/views/layout_partials/base_dialog_processing.volt | 1 + src/opnsense/mvc/app/views/layouts/default.volt | 1 + 5 files changed, 5 insertions(+) diff --git a/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt b/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt index 3dcb63df2..bdb62aaa3 100644 --- a/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt +++ b/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/index.volt @@ -247,6 +247,7 @@ POSSIBILITY OF SUCH DAMAGE.