Fix height of progress bar

This commit is contained in:
Angelillo15 2023-08-07 15:58:51 +02:00
parent f173a5e496
commit da6f027324
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const BarFill = styled.div`
box-shadow: 0 -2px 10px 2px hsl(9.090909090909092, 98.29787234042554%, 53.92156862745098%); box-shadow: 0 -2px 10px 2px hsl(9.090909090909092, 98.29787234042554%, 53.92156862745098%);
position: fixed; position: fixed;
height: 1px; height: 1px;
top: 6vh; top: 3.5rem;
z-index: 999999999; z-index: 999999999;
`; `;