.parent {
transform: scale(1);
z-index: 1;
}
.child {
position: absolute;
z-index: 9999;
}
/* Перекроет ли .child элемент вне .parent, если у того z-index: 2? */WebDEV #test #Frontend
Выберите правильный вариант 👇🏼
WE WebDEV @webb_dev · 8.3K subscribers .parent {
transform: scale(1);
z-index: 1;
}
.child {
position: absolute;
z-index: 9999;
}
/* Перекроет ли .child элемент вне .parent, если у того z-index: 2? */