Chat Folder Tab List: Fix z-index (#6920)

This commit is contained in:
Alexander Zinchuk 2026-05-05 13:46:54 +02:00
parent 4586064410
commit 276579f8c9
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
--fade-mask-height: 2.625rem;
position: absolute;
z-index: 4;
z-index: 10;
top: 0.25rem;
inset-inline: 0.5rem;

View File

@ -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;