mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
Remove default z-index on navbar and only set on static and fixed variants
This commit is contained in:
Vendored
+1
-2
@@ -4266,7 +4266,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
||||
|
||||
.navbar {
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
min-height: 50px;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid transparent;
|
||||
@@ -4294,7 +4293,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.navbar {
|
||||
z-index: auto;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
@@ -4400,6 +4398,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
||||
}
|
||||
|
||||
.navbar-static-top {
|
||||
z-index: 1000;
|
||||
border-width: 0 0 1px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user