diff --git a/src/components/VideoEditor.tsx b/src/components/VideoEditor.tsx
index f89872d5..d43f5d18 100644
--- a/src/components/VideoEditor.tsx
+++ b/src/components/VideoEditor.tsx
@@ -130,7 +130,7 @@ export default function VideoEditor() {
{file && (
-
+
setShowOverlay((v) => !v)}
- className={`absolute bottom-10 right-2 px-2 py-1 text-[10px] font-heading font-bold uppercase tracking-wider rounded transition-colors z-10 pointer-events-auto ${
+ className={`absolute top-2 left-2 px-2 py-1 text-[10px] font-heading font-bold uppercase tracking-wider rounded transition-colors z-10 pointer-events-auto ${
showOverlay
? "bg-film-600 text-white"
: "bg-black/60 text-white/70 hover:bg-black/80"