fix max's scroll issue

This commit is contained in:
Debucquoy Anthony 2024-04-22 10:25:07 +02:00
parent 490bf403f0
commit d21655c535
Signed by: tonitch
GPG Key ID: A78D6421F083D42E
2 changed files with 3 additions and 4 deletions
frontend/src/Apps/ScientificPublications

@ -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;
}
</style>
</style>

@ -82,7 +82,7 @@ function getPP(){
</div>
<div> <ListResearches :allResearcher="allResearcher" :research-list="researchList" :manage="true" @modified="modifiedResearch"></ListResearches> </div>
<ListResearches :allResearcher="allResearcher" :research-list="researchList" :manage="true" @modified="modifiedResearch"></ListResearches>
</div>
</div>
</template>
@ -181,4 +181,4 @@ a{
text-decoration: underline;
cursor: pointer;
}
</style>
</style>