2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Don't affix the fixed navbars in mobile views

This commit is contained in:
Mark Otto
2013-02-16 00:19:17 -08:00
parent d1aae5f82b
commit f38e50cdf1
3 changed files with 28 additions and 22 deletions
+13 -12
View File
@@ -3116,21 +3116,9 @@ button.close {
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
border-radius: 0;
}
.navbar-fixed-top {
top: 0;
}
.navbar-fixed-bottom {
bottom: 0;
}
.navbar .brand {
display: inline-block;
padding: 7px 15px;
@@ -3329,6 +3317,19 @@ button.close {
.navbar-inverse .nav > .divider {
border-right-color: #2f2f2f;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
.navbar-fixed-top {
top: 0;
}
.navbar-fixed-bottom {
bottom: 0;
}
.navbar .btn-navbar {
display: none;
}