From da7bfa279e46baaabf70cfb8567a3a34b019f724 Mon Sep 17 00:00:00 2001 From: prasang Date: Sat, 14 Dec 2024 00:11:40 +0530 Subject: [PATCH 1/2] Fix the sticky video path; it now stays at the top while scrolling. --- src/components/CourseView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CourseView.tsx b/src/components/CourseView.tsx index 0646bc81f..bb828b1e8 100644 --- a/src/components/CourseView.tsx +++ b/src/components/CourseView.tsx @@ -39,8 +39,8 @@ export const CourseView = ({ : courseContent?.value.type; return ( -
-
+
+
Date: Thu, 2 Jan 2025 23:18:36 +0530 Subject: [PATCH 2/2] Update CourseView.tsx --- src/components/CourseView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CourseView.tsx b/src/components/CourseView.tsx index bb828b1e8..3681d4bd2 100644 --- a/src/components/CourseView.tsx +++ b/src/components/CourseView.tsx @@ -40,7 +40,7 @@ export const CourseView = ({ return (
-
+