diff --git a/app/stylus/components/Filmstrip.styl b/app/stylus/components/Filmstrip.styl index d5a3e80..d6edfc6 100644 --- a/app/stylus/components/Filmstrip.styl +++ b/app/stylus/components/Filmstrip.styl @@ -1,7 +1,6 @@ [data-component='Filmstrip'] { display: flex; flex-direction: column; - justify-content: space-between; align-items: center; height: 100%; @@ -21,6 +20,7 @@ width: 100%; overflow-x: auto; padding: 1vmin 0; + margin-top: auto; > .film { height: 15vmin;