-
diff --git a/frontend/src/app/syntheseModule/taxon-sheet/tab-media/tab-media.component.scss b/frontend/src/app/syntheseModule/taxon-sheet/tab-media/tab-media.component.scss
index 65d2f8de5b..9227e5abf1 100644
--- a/frontend/src/app/syntheseModule/taxon-sheet/tab-media/tab-media.component.scss
+++ b/frontend/src/app/syntheseModule/taxon-sheet/tab-media/tab-media.component.scss
@@ -2,6 +2,8 @@
display: flex;
justify-content: space-between;
width: 100%;
+ max-height: 100%;
+ height: 100%;
&--empty {
flex: 1;
@@ -12,21 +14,23 @@
&__view,
&__list {
width: 50%;
+ max-height: 100%;
}
&__view {
overflow: hidden;
align-content: center;
+ height: 100%;
}
&__list {
display: flex;
flex-direction: column;
justify-content: space-between;
- // flex: 1;
min-width: 0;
.List {
+ overflow: auto;
display: flex;
flex-flow: row wrap;
gap: 2rem;
diff --git a/frontend/src/app/syntheseModule/taxon-sheet/tab-profile/tab-profile.component.html b/frontend/src/app/syntheseModule/taxon-sheet/tab-profile/tab-profile.component.html
index 16e13f0321..f3088ede91 100644
--- a/frontend/src/app/syntheseModule/taxon-sheet/tab-profile/tab-profile.component.html
+++ b/frontend/src/app/syntheseModule/taxon-sheet/tab-profile/tab-profile.component.html
@@ -9,10 +9,12 @@
[small]="true"
/>
-