diff --git a/src/components/Story.tsx b/src/components/Story.tsx index 57b62a6f5..e2843b6a9 100644 --- a/src/components/Story.tsx +++ b/src/components/Story.tsx @@ -40,7 +40,8 @@ const styles = { story: { display: "flex", position: "relative", - overflow: "hidden" + overflow: "hidden", + alignItems: "center" }, storyContent: { width: "auto",