diff options
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
