Skip to content

Commit

Permalink
Merge pull request bradtraversy#29 from KrishnaMoorthy12/fix-movies-app
Browse files Browse the repository at this point in the history
added scroll for overview in movies app & centered cards
  • Loading branch information
bradtraversy authored Dec 12, 2020
2 parents 76203b0 + baeb8d8 commit 287507d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions movie-app/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ header {
main {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.movie {
Expand Down Expand Up @@ -101,6 +102,7 @@ main {
right: 0;
max-height: 100%;
transform: translateY(101%);
overflow-y: auto;
transition: transform 0.3s ease-in;
}

Expand Down

0 comments on commit 287507d

Please sign in to comment.