diff --git a/web/src/components/overlay/FaceSelectionDialog.tsx b/web/src/components/overlay/FaceSelectionDialog.tsx
index 4e9c644b83..c524469b05 100644
--- a/web/src/components/overlay/FaceSelectionDialog.tsx
+++ b/web/src/components/overlay/FaceSelectionDialog.tsx
@@ -2,6 +2,9 @@ import {
Drawer,
DrawerClose,
DrawerContent,
+ DrawerDescription,
+ DrawerHeader,
+ DrawerTitle,
DrawerTrigger,
} from "@/components/ui/drawer";
import {
@@ -74,6 +77,12 @@ export default function FaceSelectionDialog({
isMobile && "mx-1 gap-2 rounded-t-2xl px-4",
)}
>
+ {isMobile && (
+