diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx
index 0b69d56825..0c589bc91e 100644
--- a/src/screens/VideoFeed/index.tsx
+++ b/src/screens/VideoFeed/index.tsx
@@ -550,8 +550,9 @@ function ModerationOverlay({
embed: AppBskyEmbedVideo.View
onPressShow: () => void
}) {
- const hider = Hider.useHider()
const {_} = useLingui()
+ const hider = Hider.useHider()
+ const {bottom} = useSafeAreaInsets()
const onShow = useCallback(() => {
hider.setIsContentVisible(true)
@@ -594,13 +595,14 @@ function ModerationOverlay({
a.pt_4xl,
{
top: 'auto',
+ paddingBottom: bottom,
},
]}>
-
+