Fixed expand button showing behind bio bar.

This commit is contained in:
DebaucheryLibrarian 2026-01-24 01:38:52 +01:00
parent 302f6a0621
commit c272e6c8b3
1 changed files with 2 additions and 1 deletions

View File

@ -449,6 +449,7 @@ const showExpand = [
'bust',
'cup',
'eyes',
'ethnicity',
'hairColor',
'hasPiercings',
'hasTattoos',
@ -851,7 +852,7 @@ const socials = props.actor.socials.map((social) => ({
display: none;
justify-content: center;
position: absolute;
z-index: 1;
z-index: 10;
bottom: -.25rem;
}