From 54524ab39edd456c21de11fddd66426326069112 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Mon, 13 May 2024 20:55:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20fix=20TelemetryNotifica?= =?UTF-8?q?tion=20zindex=20(#2476)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../(main)/chat/(workspace)/features/TelemetryNotification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(main)/chat/(workspace)/features/TelemetryNotification.tsx b/src/app/(main)/chat/(workspace)/features/TelemetryNotification.tsx index 23e93339f97b..f5666307a7d5 100644 --- a/src/app/(main)/chat/(workspace)/features/TelemetryNotification.tsx +++ b/src/app/(main)/chat/(workspace)/features/TelemetryNotification.tsx @@ -19,7 +19,7 @@ import { preferenceSelectors } from '@/store/user/selectors'; const useStyles = createStyles(({ css, token, isDarkMode }) => ({ container: css` position: absolute; - z-index: 100; + z-index: 1100; bottom: 16px; inset-inline-end: 20px;