fixed background-overlay on mobile

This commit is contained in:
ManjaroOne666 2019-01-30 17:07:20 +00:00
parent e86999e454
commit 233b304f2b
1 changed files with 4 additions and 0 deletions

View File

@ -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%);