From 61d40c67bec00e4c597e815de4183c28432caae6 Mon Sep 17 00:00:00 2001 From: Edi Cziszter Date: Thu, 27 Jan 2022 20:46:25 +0200 Subject: [PATCH] fixed overflow --- .../annotation-references-list.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/annotation-references-list/annotation-references-list.component.scss b/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/annotation-references-list/annotation-references-list.component.scss index 55585cd01..537436d50 100644 --- a/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/annotation-references-list/annotation-references-list.component.scss +++ b/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/annotation-references-list/annotation-references-list.component.scss @@ -17,6 +17,7 @@ .annotations-container { flex-direction: column; overflow: auto; + max-height: 330px; .annotation-container { width: 100%;