diff --git a/apps/builder/src/features/analytics/components/AnalyticsGraphContainer.tsx b/apps/builder/src/features/analytics/components/AnalyticsGraphContainer.tsx
index 43f5e3f76..7bf33ac07 100644
--- a/apps/builder/src/features/analytics/components/AnalyticsGraphContainer.tsx
+++ b/apps/builder/src/features/analytics/components/AnalyticsGraphContainer.tsx
@@ -89,6 +89,7 @@ export const AnalyticsGraphContainer = ({
diff --git a/apps/builder/src/features/editor/components/EditorPage.tsx b/apps/builder/src/features/editor/components/EditorPage.tsx
index d2404def4..c8a27e345 100644
--- a/apps/builder/src/features/editor/components/EditorPage.tsx
+++ b/apps/builder/src/features/editor/components/EditorPage.tsx
@@ -39,6 +39,7 @@ export const EditorPage = () => {
{
justify="center"
align="center"
h={`${headerHeight}px`}
- zIndex={1}
pos="relative"
bgColor={headerBgColor}
flexShrink={0}
diff --git a/apps/builder/src/features/results/components/ResultsPage.tsx b/apps/builder/src/features/results/components/ResultsPage.tsx
index fbacaf536..74b398cf2 100644
--- a/apps/builder/src/features/results/components/ResultsPage.tsx
+++ b/apps/builder/src/features/results/components/ResultsPage.tsx
@@ -35,10 +35,7 @@ export const ResultsPage = () => {
() => router.pathname.endsWith("analytics"),
[router.pathname],
);
- const bgColor = useColorModeValue(
- router.pathname.endsWith("analytics") ? "#f4f5f8" : "white",
- router.pathname.endsWith("analytics") ? "gray.900" : "gray.950",
- );
+ const bgColor = useColorModeValue("white", "gray.950");
const [timeFilter, setTimeFilter] = useQueryState<
(typeof timeFilterValues)[number]
>("timeFilter", {