avoid '::before' layer to obscur interactivity with under layers

This commit is contained in:
Mathieu Jaumotte 2023-11-09 12:00:39 +01:00
parent 5138027dd3
commit 83678f8cb0

View File

@ -39,7 +39,7 @@ $icon-yellow: #fcc958;
background-size: contain;
background-position: $pos center;
background-repeat: no-repeat;
z-index: 10;
pointer-events: none;
}
}