From c272e6c8b3a7fd8f991e1525edf53ff5b3f0d651 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sat, 24 Jan 2026 01:38:52 +0100 Subject: [PATCH] Fixed expand button showing behind bio bar. --- components/actors/bio.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/actors/bio.vue b/components/actors/bio.vue index 0901936..b69d5fe 100644 --- a/components/actors/bio.vue +++ b/components/actors/bio.vue @@ -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; }