diff options
| author | fat <[email protected]> | 2013-08-17 13:40:28 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-17 13:40:28 -0700 |
| commit | 53c80ed9cbeff8a3c58abe0f824ff68ef56d617a (patch) | |
| tree | 6cfef6b5dd1ca9f95fcef3ad175bda98b2760f5a /dist/css/bootstrap.css | |
| parent | 5e89f71ab26147879812e3491eeacd4b15a5c152 (diff) | |
| download | bootstrap-53c80ed9cbeff8a3c58abe0f824ff68ef56d617a.tar.xz bootstrap-53c80ed9cbeff8a3c58abe0f824ff68ef56d617a.zip | |
add comment addressing #9023
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2639bb9a9..00c2f888d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4207,12 +4207,12 @@ button.close { } .modal-backdrop { - position: fixed; + position: absolute; top: 0; right: 0; - bottom: 0; left: 0; z-index: 1030; + height: 100%; background-color: #000000; } |
