videos container classname changed

This commit is contained in:
nklhrstv 2020-03-30 13:37:46 +03:00
parent eff777e6d5
commit 83a735ca95
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ const VideosList = ({ className, metaResource }) => {
/>
<Icon className={styles['icon']} icon={'ic_search'} />
</label>
<div className={styles['videos-scroll-container']}>
<div className={styles['videos-container']}>
{
videosForSeason
.filter((video) => {

View file

@ -84,7 +84,7 @@
}
}
.videos-scroll-container {
.videos-container {
flex: 1;
align-self: stretch;
overflow-y: auto;