Skip to content

Commit 9d24355

Browse files
committed
fix: safari browser canvas clip-path rendering issue 2
1 parent 93b4852 commit 9d24355

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/view/styles/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,10 @@ main {
168168
height: 100%;
169169

170170
z-index: 2;
171+
/* safari client 대응 */
171172
transform: translateZ(0);
173+
will-change: transform;
174+
overflow: hidden;
172175

173176
clip-path: url(#arc-clip);
174177
}

0 commit comments

Comments
 (0)