Fixed Scroll in Overview of Movie App

pull/66/head
Yacha Venkata Rakesh 4 years ago
parent 2d0f597029
commit 3dcb83b958

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

Loading…
Cancel
Save