diff --git a/movie-app/style.css b/movie-app/style.css index 83f2acc..4b18c4a 100644 --- a/movie-app/style.css +++ b/movie-app/style.css @@ -102,7 +102,7 @@ main { right: 0; max-height: 100%; transform: translateY(101%); - overflow-y: auto; + overflow: scroll; transition: transform 0.3s ease-in; }