Skip to content

Commit 6d9caaf

Browse files
authored
Fixed z-index in country map (#284)
## Description The z-index of the country map was too high, so it was visible in front of the mobile menu. I fixed that. <img width="1179" height="2556" alt="IMG_8608" src="https://github.com/user-attachments/assets/d87d4f1e-4c66-422e-9b32-98f16daaac49" />
1 parent fcd74ce commit 6d9caaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/sass/interactiveMap.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
display: flex;
2323
flex-direction: column;
2424
gap: 0.5rem;
25-
z-index: 10;
25+
z-index: 3;
2626
}
2727

2828
.o-interactive-map__country--available {

0 commit comments

Comments
 (0)