Skip to content

Commit

Permalink
fix Safari bug on arc border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed May 26, 2023
1 parent 5e513a3 commit f17eb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_radial-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
border: var(--tickness) solid var(--color);
border-left: none;
background-color: transparent;
border-radius: 0% 100% 100% 0% / 100% 50% 50% 0%;
border-radius: 0% 100% 100% 0% / 100% 51% 51% 0%;
box-sizing: border-box;
clip-path: polygon(
0 50%,
Expand Down

0 comments on commit f17eb67

Please sign in to comment.