Minimized comment size
This commit is contained in:
parent
456d9377a6
commit
a2b0d2980a
|
@ -14,31 +14,14 @@ a, a:active, a:focus {
|
||||||
|
|
||||||
/* Z-index */
|
/* Z-index */
|
||||||
/* Bootstrap values
|
/* Bootstrap values
|
||||||
.dropdown-backdrop {
|
.dropdown-backdrop { z-index: 990; }
|
||||||
z-index: 990;
|
.navbar-static-top, .dropdown-menu { z-index: 1000; }
|
||||||
}
|
.navbar-fixed-top, .navbar-fixed-bottom { z-index: 1030; }
|
||||||
.navbar-static-top,
|
.modal-backdrop { z-index: 1040; }
|
||||||
.dropdown-menu {
|
.modal { z-index: 1050; }
|
||||||
z-index: 1000;
|
.popover { z-index: 1060; }
|
||||||
}
|
.tooltip { z-index: 1070; }
|
||||||
.navbar-fixed-top,
|
|
||||||
.navbar-fixed-bottom {
|
|
||||||
z-index: 1030;
|
|
||||||
}
|
|
||||||
.modal-backdrop {
|
|
||||||
z-index: 1040;
|
|
||||||
}
|
|
||||||
.modal {
|
|
||||||
z-index: 1050;
|
|
||||||
}
|
|
||||||
.popover {
|
|
||||||
z-index: 1060;
|
|
||||||
}
|
|
||||||
.tooltip {
|
|
||||||
z-index: 1070;
|
|
||||||
}
|
|
||||||
*/
|
*/
|
||||||
/* Custom */
|
|
||||||
.sticky {
|
.sticky {
|
||||||
z-index: 980;
|
z-index: 980;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue