Skip to content

Commit

Permalink
fix: scroll when extended-uportal are not rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Sep 28, 2023
1 parent ba50d68 commit 55ffdca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/webapp/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ onBeforeMount(() => {
</footer>
</v-app>
</template>

<style scoped lang="scss">
extended-uportal-footer {
display: block;
}
</style>

0 comments on commit 55ffdca

Please sign in to comment.