From 2c492e8bcdccd281c632367bb9b5634ec3903108 Mon Sep 17 00:00:00 2001 From: DonYall <75219427+DonYall@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:17:53 -0400 Subject: [PATCH 1/4] fix unable to scroll --- ui/scheduling/src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scheduling/src/main.tsx b/ui/scheduling/src/main.tsx index 983a41a..81e0d52 100644 --- a/ui/scheduling/src/main.tsx +++ b/ui/scheduling/src/main.tsx @@ -149,7 +149,7 @@ ReactDOM.createRoot(document.getElementById("root")!).render( flexDirection: "column", position: "relative", userSelect: "none", - overflow: "hidden", + overflow-x: "hidden", }} > From 80a3c29781876a3ac569449a25246a0940f35c57 Mon Sep 17 00:00:00 2001 From: DonYall <75219427+DonYall@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:23:52 -0400 Subject: [PATCH 2/4] Update Calendar.tsx --- ui/scheduling/src/components/Calendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scheduling/src/components/Calendar.tsx b/ui/scheduling/src/components/Calendar.tsx index 9d5e13b..2935c51 100644 --- a/ui/scheduling/src/components/Calendar.tsx +++ b/ui/scheduling/src/components/Calendar.tsx @@ -633,7 +633,7 @@ const CalendarButtonRow = (props: { justifyContent: "space-between", width: "100%", padding: "10px", - + marginBottom: 10px, backgroundColor: "rgba(255, 255, 255, 0.5)", backdropFilter: "blur(10px)", borderRadius: "10px", From eed6f081aa134f5a228c08abc967e34ed0ba68e2 Mon Sep 17 00:00:00 2001 From: DonYall <75219427+DonYall@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:25:10 -0400 Subject: [PATCH 3/4] Update main.tsx --- ui/scheduling/src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scheduling/src/main.tsx b/ui/scheduling/src/main.tsx index 81e0d52..a54f5a3 100644 --- a/ui/scheduling/src/main.tsx +++ b/ui/scheduling/src/main.tsx @@ -149,7 +149,7 @@ ReactDOM.createRoot(document.getElementById("root")!).render( flexDirection: "column", position: "relative", userSelect: "none", - overflow-x: "hidden", + overflowX: "hidden", }} > From ce499335e8e9bbdb0da8322580f6371d4fd67429 Mon Sep 17 00:00:00 2001 From: DonYall Date: Sun, 16 Jun 2024 17:38:58 -0400 Subject: [PATCH 4/4] Fix Footer pointer events --- ui/scheduling/src/components/App.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ui/scheduling/src/components/App.tsx b/ui/scheduling/src/components/App.tsx index 5740f26..0eca64f 100644 --- a/ui/scheduling/src/components/App.tsx +++ b/ui/scheduling/src/components/App.tsx @@ -141,11 +141,17 @@ export const App = observer(() => { justifyContent: "center", marginBottom: "10px", userSelect: "none", + pointerEvents: "none", }} >