diff options
| author | fat <[email protected]> | 2014-03-16 18:44:58 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2014-03-16 18:44:58 -0700 |
| commit | dd7cab84f66892ce53f0b7a9d8bf6981033f7ce2 (patch) | |
| tree | 8514ee1b01fc013571fde618857169b42bd2799c /dist/css/bootstrap.css | |
| parent | 615dcb5ca068b1290cfd74d0f3b30272328f60fa (diff) | |
| download | bootstrap-dd7cab84f66892ce53f0b7a9d8bf6981033f7ce2.tar.xz bootstrap-dd7cab84f66892ce53f0b7a9d8bf6981033f7ce2.zip | |
build
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 132bffa62..4a7a28fb0 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5355,6 +5355,13 @@ button.close { .modal-footer .btn-block + .btn-block { margin-left: 0; } +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} @media (min-width: 768px) { .modal-dialog { width: 600px; |
