Fixed expand button showing behind bio bar.
This commit is contained in:
parent
302f6a0621
commit
c272e6c8b3
|
|
@ -449,6 +449,7 @@ const showExpand = [
|
||||||
'bust',
|
'bust',
|
||||||
'cup',
|
'cup',
|
||||||
'eyes',
|
'eyes',
|
||||||
|
'ethnicity',
|
||||||
'hairColor',
|
'hairColor',
|
||||||
'hasPiercings',
|
'hasPiercings',
|
||||||
'hasTattoos',
|
'hasTattoos',
|
||||||
|
|
@ -851,7 +852,7 @@ const socials = props.actor.socials.map((social) => ({
|
||||||
display: none;
|
display: none;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 10;
|
||||||
bottom: -.25rem;
|
bottom: -.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue