display: flex;
.top-left-block {
- z-index: z(headerLeft);
+ z-index: 1;
height: $header-height;
display: flex;
align-items: center;
.jump-to-suggestions {
top: 100%;
left: 0;
- z-index: 35;
+ z-index: z(typeahead);
width: 100%;
}
border-radius: 3px;
font-size: 12px;
font-weight: $font-bold;
- z-index: 1;
+ z-index: z(miniature);
}
.video-thumbnail-duration-overlay {
.privacy-concerns {
position: fixed;
bottom: 0;
+ z-index: z(privacymsg);
padding: 5px 15px;
/*** z-index groups ***/
$zindex: (
+ miniature : 10,
+ privacymsg : 20,
+ typeahead : 30,
header : 1000,
- /* header context */
- headerLeft : 10,
menu : 11000,
dropdown : 12000,
popover : 13000,