From 635963f74a6f9f352131a2060743a7280abf3df9 Mon Sep 17 00:00:00 2001 From: Muzahid Date: Mon, 21 Feb 2022 17:35:18 +0530 Subject: [PATCH] fix mobile ui for scroll --- style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index e3f3334..d321b8d 100644 --- a/style.css +++ b/style.css @@ -134,12 +134,20 @@ } } - @media (max-width: 778px) { + @media (max-width: 767px) { .container { -ms-grid-columns: 1fr; grid-template-columns: 1fr; padding: 10px; } + .container .video-list { + background: white; + border-radius: 5px; + height: 100VH; + overflow-y: auto; + padding-bottom: 75vh; + } + } /*# sourceMappingURL=style.css.map */ .vid img{