RegularToot: fix layer order in the profile page

This commit is contained in:
thislight 2025-01-03 21:43:12 +08:00
parent 7bf99f1c22
commit 0ca81cd50c
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E

View file

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