1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

Fixes #8732: unfucks disabled fieldset form example with form groups

This commit is contained in:
Mark Otto
2013-08-05 14:45:00 -07:00
parent bfe76273a0
commit 844df9e001
4 changed files with 22 additions and 12 deletions

View File

@@ -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;
}

File diff suppressed because one or more lines are too long