diff options
| author | Heinrich Fenkart <[email protected]> | 2014-10-30 04:46:14 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-11-04 23:17:55 +0100 |
| commit | 14e5fb04e9bf7c406b799b75b0427522d87a4ccb (patch) | |
| tree | 52f1c43dccddc6fce5702674c7fc92d43fd696ec /less | |
| parent | e55feacf5be152694205b14491ad626537756314 (diff) | |
| download | bootstrap-14e5fb04e9bf7c406b799b75b0427522d87a4ccb.tar.xz bootstrap-14e5fb04e9bf7c406b799b75b0427522d87a4ccb.zip | |
Fix modal backdrop overlaying the modal's scrollbar
Fixes #14916.
Diffstat (limited to '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 |
