diff options
| author | Jacob <[email protected]> | 2014-03-16 19:00:12 -0700 |
|---|---|---|
| committer | Jacob <[email protected]> | 2014-03-16 19:00:12 -0700 |
| commit | c6ab3fc7d84450232f3024207015743ecdd929a4 (patch) | |
| tree | 8514ee1b01fc013571fde618857169b42bd2799c /dist/css/bootstrap-rtl.css | |
| parent | bdb70fa471965728609d86c001384791fa44398b (diff) | |
| parent | dd7cab84f66892ce53f0b7a9d8bf6981033f7ce2 (diff) | |
| download | bootstrap-c6ab3fc7d84450232f3024207015743ecdd929a4.tar.xz bootstrap-c6ab3fc7d84450232f3024207015743ecdd929a4.zip | |
Merge pull request #13086 from twbs/fat-fix-12983
Fat fix 12983
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; |
