[CSS] dimmed 왼쪽에 1px 라인이 보일때

 - 증상

&::before {
                @include absolute-full;
                z-index:5;
                height: 100%;
                background-color:rgba(0,0,0,.5);
                content: '';
            }


- 해결
::before는 삭제 하고 해당 엘리먼트에 filter로 추가

filter: brightness(50%);


원인은 아직도 모르겠음...=ㅁ=);



댓글

이 블로그의 인기 게시물

[iOS] body 스크롤 막기

[iOS] iOS png, z-index, opacity, translate 버그