Added zIndex as earlier causes problem in diagnostics

This commit is contained in:
singh-kanwarpreet
2025-08-14 15:06:01 +05:30
parent ce667bc53b
commit a1cbbf5d42

View File

@@ -33,6 +33,7 @@ const Logs = () => {
position: "sticky",
top: theme.spacing(0),
backdropFilter: "blur(10px)",
zIndex: theme.zIndex.appBar,
}}
>
<Tab label={t("logsPage.tabs.logs")} />