Merge pull request #5797 from grafixeyehero/Fix-Progressbar-position
Fix progress bar position indicator in experimental
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
.itemLinearProgress {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
position: absolute !important;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
border-radius: 100px;
|
||||
|
||||
Reference in New Issue
Block a user