Lower AppBar z-index for timeline tooltips
This commit is contained in:
@@ -159,6 +159,7 @@ export function ThemeProvider(props: { children: JSX.Element }) {
|
|||||||
color: paletteColors.textPrimary,
|
color: paletteColors.textPrimary,
|
||||||
boxShadow: "none",
|
boxShadow: "none",
|
||||||
borderBottom: `1px solid ${paletteColors.divider}`,
|
borderBottom: `1px solid ${paletteColors.divider}`,
|
||||||
|
zIndex: 10,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user