Fix hidden progress info

This commit is contained in:
Mateusz Lesiak 2026-02-10 15:39:52 +01:00
parent 89110c2cc8
commit d96c433842

View file

@ -1,5 +1,6 @@
.container { .container {
position: relative; position: relative;
flex-shrink: 0;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
border-radius: 4px; border-radius: 4px;