RegularToot: fix layer order in the profile page
This commit is contained in:
parent
7bf99f1c22
commit
0ca81cd50c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
|
||||
&.expanded {
|
||||
z-index: calc(var(--tutu-zidx-nav) - 1);
|
||||
z-index: calc(var(--tutu-zidx-nav) - 2);
|
||||
box-shadow: var(--tutu-shadow-e9);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue