mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Fix z-index of carousel indicators
This commit is contained in:
Vendored
+1
-1
@@ -4980,7 +4980,7 @@ a.list-group-item.active > .badge,
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
z-index: 5;
|
z-index: 15;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
margin: 0 0 0 -50px;
|
margin: 0 0 0 -50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
+1
-1
@@ -128,7 +128,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
z-index: 5;
|
z-index: 15;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
margin: 0 0 0 -50px;
|
margin: 0 0 0 -50px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user