diff --git a/app/globals.css b/app/globals.css index 6526c36..5f86f19 100644 --- a/app/globals.css +++ b/app/globals.css @@ -53,3 +53,11 @@ body { .text-hover-effect:hover::before { top: 0; } +* { + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* Internet Explorer 10+ */ +} + +*::-webkit-scrollbar { + display: none; /* Safari and Chrome */ +} diff --git a/components/schedule.tsx b/components/schedule.tsx index 621356c..987e62f 100644 --- a/components/schedule.tsx +++ b/components/schedule.tsx @@ -7,7 +7,8 @@ import "./timeline.css"; const ScheduleCard: React.FC = () => { return (<> -
+
+
@@ -20,10 +21,10 @@ const ScheduleCard: React.FC = () => { {/* Title */} {/* Schedule Grid */} -
+
{/* Left Side */} -
+
{/* Image for Character 1 */} @@ -171,7 +172,7 @@ const ScheduleCard: React.FC = () => { height={200} className="absolute top-[900px] left-[200px] transition-transform duration-300 hover:scale-110" /> -

+

2 February
Final Presentation
Round diff --git a/components/timeline.css b/components/timeline.css index f9d07a6..6a16a49 100644 --- a/components/timeline.css +++ b/components/timeline.css @@ -18,6 +18,7 @@ } + #stars { width: 1px; height: 1px;