Post

[이슈][CSS] 사파리 overflow:hidden + border-radius 관련 이슈 해결법

[이슈][CSS] 사파리 overflow:hidden + border-radius 관련 이슈 해결법

사파리의 렌더링 엔진 Webkit의 버그

해결법

1
2
3
4
5
.box {
  border-radius: 1.2rem;
  overflow: hidden;
  isolation: isolate;
}


참고
This post is licensed under CC BY 4.0 by the author.

Trending Tags