Lower AppBar z-index for timeline tooltips

This commit is contained in:
Shantur Rathore
2025-12-14 16:43:43 +00:00
parent 6c326b18ca
commit 7d2a349e95

View File

@@ -159,6 +159,7 @@ export function ThemeProvider(props: { children: JSX.Element }) {
color: paletteColors.textPrimary,
boxShadow: "none",
borderBottom: `1px solid ${paletteColors.divider}`,
zIndex: 10,
},
},
},