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",
}}
>
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",
diff --git a/ui/scheduling/src/main.tsx b/ui/scheduling/src/main.tsx
index 983a41a..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: "hidden",
+ overflowX: "hidden",
}}
>