fix max's scroll issue #179

Closed
tonitch wants to merge 1 commits from tonitch/fix/scrollIsue into master
2 changed files with 3 additions and 4 deletions

View File

@ -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>

View File

@ -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>