1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00
This commit is contained in:
Mark Otto
2013-08-16 15:07:45 -07:00
parent 60d150dfd7
commit f459d76e38
3 changed files with 11 additions and 9 deletions

View File

@@ -3231,7 +3231,6 @@ button.close {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
overflow-y: auto;
border-top: 1px solid #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
@@ -3257,6 +3256,10 @@ button.close {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;

File diff suppressed because one or more lines are too long