mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Remove default z-index on navbar and only set on static and fixed variants
This commit is contained in:
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
@@ -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