Updated Overview to scroll in case of overflow

pull/66/head
Yacha Venkata Rakesh 4 years ago committed by GitHub
parent 3dcb83b958
commit 8bac059b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save