Ensure Filmstrip is always at the bottom of the page
parent
bab4f420fd
commit
b9f4b6a812
|
|
@ -1,7 +1,6 @@
|
||||||
[data-component='Filmstrip'] {
|
[data-component='Filmstrip'] {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
|
@ -21,6 +20,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
padding: 1vmin 0;
|
padding: 1vmin 0;
|
||||||
|
margin-top: auto;
|
||||||
|
|
||||||
> .film {
|
> .film {
|
||||||
height: 15vmin;
|
height: 15vmin;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue