From 14e5fb04e9bf7c406b799b75b0427522d87a4ccb Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Thu, 30 Oct 2014 04:46:14 +0100 Subject: Fix modal backdrop overlaying the modal's scrollbar Fixes #14916. --- less/modals.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'less/modals.less') diff --git a/less/modals.less b/less/modals.less index 7468b14f9..032a497d6 100644 --- a/less/modals.less +++ b/less/modals.less @@ -62,10 +62,9 @@ // Modal background .modal-backdrop { - position: fixed; + position: absolute; top: 0; right: 0; - bottom: 0; left: 0; background-color: @modal-backdrop-bg; // Fade for backdrop -- cgit v1.2.3