1
0
forked from PGL/Clyde

fixed the search input

This commit is contained in:
Bartha Maxime 2024-04-22 11:29:58 +02:00
parent fa2deca1b9
commit 4d6387ca8b
2 changed files with 2 additions and 1 deletions

View File

@ -136,6 +136,7 @@ const emit = defineEmits(["modified"]);
<style scoped>
#researches{
padding-top: 15px;
width: 100%;
height: 100%;
overflow: scroll;

View File

@ -111,7 +111,7 @@ function update(){
<CanvasJSChart :options="options" id=chart @chart-ref="c => chart = c "/>
</div>
</div>
<div id="researches"><list-researches :researchList="researchList"></list-researches></div>
<div id="researches" style="margin-top: -15px"><list-researches :researchList="researchList"></list-researches></div>
</div>
</template>