From 276579f8c919e8a9ce31b41cd465599b76583b8c Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 5 May 2026 13:46:54 +0200 Subject: [PATCH] Chat Folder Tab List: Fix z-index (#6920) --- src/components/left/main/ChatFolderTabList.module.scss | 2 +- src/components/ui/TabList.module.scss | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/left/main/ChatFolderTabList.module.scss b/src/components/left/main/ChatFolderTabList.module.scss index 853fbf217..8beeaab0e 100644 --- a/src/components/left/main/ChatFolderTabList.module.scss +++ b/src/components/left/main/ChatFolderTabList.module.scss @@ -3,7 +3,7 @@ --fade-mask-height: 2.625rem; position: absolute; - z-index: 4; + z-index: 10; top: 0.25rem; inset-inline: 0.5rem; diff --git a/src/components/ui/TabList.module.scss b/src/components/ui/TabList.module.scss index 0a943f1aa..924391755 100644 --- a/src/components/ui/TabList.module.scss +++ b/src/components/ui/TabList.module.scss @@ -53,7 +53,7 @@ isolation: isolate; position: absolute; - z-index: 4; + z-index: 10; top: 0; right: 0; bottom: 0; @@ -121,7 +121,7 @@ .withFadeMask { position: relative; - z-index: 4; + z-index: 10; } .fadeMaskWrapper { @@ -133,7 +133,7 @@ content: ""; position: absolute; - z-index: 3; + z-index: 9; top: 50%; left: 0;