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-rtl.css | |
| parent | 615dcb5ca068b1290cfd74d0f3b30272328f60fa (diff) | |
| download | bootstrap-dd7cab84f66892ce53f0b7a9d8bf6981033f7ce2.tar.xz bootstrap-dd7cab84f66892ce53f0b7a9d8bf6981033f7ce2.zip | |
build
Diffstat (limited to 'dist/css/bootstrap-rtl.css')
| -rw-r--r-- | dist/css/bootstrap-rtl.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/css/bootstrap-rtl.css b/dist/css/bootstrap-rtl.css index 3cc7d36f5..264f06737 100644 --- a/dist/css/bootstrap-rtl.css +++ b/dist/css/bootstrap-rtl.css @@ -6635,6 +6635,14 @@ button.close { margin-right: 0; } +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} + @media (min-width: 768px) { .modal-dialog { width: 600px; |
