From ee40acd5c2f2482647288655774296915607658d Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 2 May 2015 08:30:35 +0930 Subject: [PATCH] Show modal close button above content --- less/lib/modals.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/less/lib/modals.less b/less/lib/modals.less index 0be0f803c..faf0130c4 100644 --- a/less/lib/modals.less +++ b/less/lib/modals.less @@ -3,6 +3,7 @@ .modal-backdrop { background-color: @fl-body-primary-color; + &.in { opacity: 0.9; } @@ -106,6 +107,7 @@ position: absolute; right: 5px; top: 5px; + z-index: 1; } } .modal-content {