fixed background-overlay on mobile
This commit is contained in:
parent
e86999e454
commit
233b304f2b
|
@ -117,6 +117,10 @@ export default {
|
|||
background-color: $color__neutral-200;
|
||||
font-size: 1rem;
|
||||
|
||||
.background-overlay {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&:nth-child(odd) {
|
||||
clip-path: polygon(0 0, 100% 0, 100% calc(100% - #{$overlap}), 0 100%);
|
||||
|
||||
|
|
Loading…
Reference in New Issue