Skip to content

Commit 7841f2e

Browse files
authored
[MWPW-188680]: Fix Quiz results content overlapping the feds promo bar (#5466)
Fixed z-index of quiz block
1 parent 5f486b5 commit 7841f2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libs/blocks/quiz/quiz.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,11 @@ html[dir="rtl"] .quiz-option-checkbox {
238238
color: var(--color-white);
239239
}
240240

241+
body:has(.feds-promo-aside-wrapper) .quiz-step-container,
242+
body:has(header.global-navigation) .quiz-step-container {
243+
z-index: 5;
244+
}
245+
241246
.quiz-step-container {
242247
align-items: center;
243248
display: flex;

0 commit comments

Comments
 (0)