diff --git a/front/src/modules/ui/layout/show-page/components/ShowPageRightContainer.tsx b/front/src/modules/ui/layout/show-page/components/ShowPageRightContainer.tsx index a1fd3d5db..774bea38c 100644 --- a/front/src/modules/ui/layout/show-page/components/ShowPageRightContainer.tsx +++ b/front/src/modules/ui/layout/show-page/components/ShowPageRightContainer.tsx @@ -21,7 +21,7 @@ const StyledShowPageRightContainer = styled.div` display: flex; flex: 1 0 0; flex-direction: column; - justify-content: center; + justify-content: start; overflow: ${() => (useIsMobile() ? 'none' : 'hidden')}; width: calc(100% + 4px); `;