Skip to content

Commit

Permalink
Fix admin panel center height
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 28, 2023
1 parent bb23329 commit d359c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/entry/analysis/modules/Admin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const panelProperties = computed(() => {
<AdminPanel v-bind="panelProperties" />
</FlexPanel>
<div id="center" class="overflow-auto p-3 w-100">
<router-view :key="$route.fullPath" />
<router-view :key="$route.fullPath" class="h-100" />
</div>
</div>
</template>

0 comments on commit d359c23

Please sign in to comment.