From d21655c535dafec9cba7127627bcc873846c6f7e Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Mon, 22 Apr 2024 10:25:07 +0200 Subject: [PATCH] fix max's scroll issue --- frontend/src/Apps/ScientificPublications/ListResearches.vue | 3 +-- .../Apps/ScientificPublications/ManageResearcherProfile.vue | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/Apps/ScientificPublications/ListResearches.vue b/frontend/src/Apps/ScientificPublications/ListResearches.vue index d056f72..c53ccd4 100644 --- a/frontend/src/Apps/ScientificPublications/ListResearches.vue +++ b/frontend/src/Apps/ScientificPublications/ListResearches.vue @@ -138,7 +138,6 @@ const emit = defineEmits(["modified"]); #researches{ width: 100%; height: 100%; - overflow: scroll; } #search{ width: 100%; @@ -223,4 +222,4 @@ a{ #toggledResearchButton:hover{ background: #ff2d55; } - \ No newline at end of file + diff --git a/frontend/src/Apps/ScientificPublications/ManageResearcherProfile.vue b/frontend/src/Apps/ScientificPublications/ManageResearcherProfile.vue index 7f0490e..db2b040 100644 --- a/frontend/src/Apps/ScientificPublications/ManageResearcherProfile.vue +++ b/frontend/src/Apps/ScientificPublications/ManageResearcherProfile.vue @@ -82,7 +82,7 @@ function getPP(){ -
+ @@ -181,4 +181,4 @@ a{ text-decoration: underline; cursor: pointer; } - \ No newline at end of file +