Merge pull request #5797 from grafixeyehero/Fix-Progressbar-position

Fix progress bar position indicator in experimental
This commit is contained in:
Bill Thornton
2024-07-17 15:18:22 -04:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@
.itemLinearProgress {
width: 100%;
position: absolute;
position: absolute !important;
left: 0;
bottom: 0;
border-radius: 100px;