diff options
| author | Mark Otto <[email protected]> | 2013-08-05 14:45:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 14:45:00 -0700 |
| commit | 844df9e0011c0dff5900bcbed3f1146564c0103c (patch) | |
| tree | 287b3b03a8e5248aaa57425ac1ea4a6746a2def5 /dist/css/bootstrap.css | |
| parent | bfe76273a0402f65687bdd56d6df9906edd248bd (diff) | |
| download | bootstrap-844df9e0011c0dff5900bcbed3f1146564c0103c.tar.xz bootstrap-844df9e0011c0dff5900bcbed3f1146564c0103c.zip | |
Fixes #8732: unfucks disabled fieldset form example with form groups
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 50b168190..b52b76790 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2874,7 +2874,6 @@ button.close { .nav-collapse-scrollable { max-height: 360px; margin-bottom: 15px; - overflow-x: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; } |
