Merge pull request #29 from KrishnaMoorthy12/fix-movies-app
added scroll for overview in movies app & centered cards
This commit is contained in:
commit
287507df68
@ -44,6 +44,7 @@ header {
|
|||||||
main {
|
main {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.movie {
|
.movie {
|
||||||
@ -101,6 +102,7 @@ main {
|
|||||||
right: 0;
|
right: 0;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
transform: translateY(101%);
|
transform: translateY(101%);
|
||||||
|
overflow-y: auto;
|
||||||
transition: transform 0.3s ease-in;
|
transition: transform 0.3s ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user