Fix issue where the watched progress bar in ft-list-item would overflow
This commit is contained in:
parent
0d5f40d6c5
commit
7789703784
|
@ -113,6 +113,7 @@ $watched-transition-duration: 0.5s
|
||||||
bottom: 0px
|
bottom: 0px
|
||||||
background-color: var(--primary-color)
|
background-color: var(--primary-color)
|
||||||
z-index: 2
|
z-index: 2
|
||||||
|
max-width: 100%
|
||||||
|
|
||||||
.videoCountContainer
|
.videoCountContainer
|
||||||
position: absolute
|
position: absolute
|
||||||
|
|
Loading…
Reference in New Issue