Skip to content

Commit 12fa567

Browse files
feat: added inset in styling
1 parent 0653e01 commit 12fa567

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/CircularProgressBar/CircularProgressBar.scss

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55

66
&__content {
77
position: absolute;
8-
top: 50%;
9-
left: 50%;
10-
transform: translate(-50%, -50%);
8+
inset:0;
119
display: flex;
1210
flex-direction: column;
1311
align-items: center;

0 commit comments

Comments
 (0)