Chat Folder Tab List: Fix z-index (#6920)
This commit is contained in:
parent
4586064410
commit
276579f8c9
@ -3,7 +3,7 @@
|
||||
--fade-mask-height: 2.625rem;
|
||||
|
||||
position: absolute;
|
||||
z-index: 4;
|
||||
z-index: 10;
|
||||
top: 0.25rem;
|
||||
inset-inline: 0.5rem;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user