Merge pull request #6195 from nathanb/example-carousel-nav-fix
lowered carousel beneath the nav (in carousel example)
This commit is contained in:
commit
9f29785783
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
.carousel .container {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.carousel-control {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue