diff --git a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.scss b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.scss index 717e7b5f8..0838c2ddc 100644 --- a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.scss +++ b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.scss @@ -7,7 +7,9 @@ height: calc(100% + 8px); box-sizing: border-box; display: none; - justify-content: flex-end; + flex-direction: column; + align-items: flex-end; + justify-content: flex-start; width: 80px; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9fafb, #f9fafb);