Fix progress bar position

This commit is contained in:
grafixeyehero
2024-07-16 02:36:07 +03:00
parent 5936ed10ca
commit 20f53388ae
+1 -1
View File
@@ -7,7 +7,7 @@
.itemLinearProgress {
width: 100%;
position: absolute;
position: absolute !important;
left: 0;
bottom: 0;
border-radius: 100px;