From 8bac059b5e8f921f6d15a163040d61bf3c8d76ab Mon Sep 17 00:00:00 2001 From: Yacha Venkata Rakesh Date: Tue, 3 Aug 2021 09:33:16 +0530 Subject: [PATCH] Updated Overview to scroll in case of overflow --- movie-app/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movie-app/style.css b/movie-app/style.css index 4b18c4a..73b5552 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: scroll; + overflow-y: scroll; transition: transform 0.3s ease-in; }