Skip to content

Commit

Permalink
iva: Fix height of main content #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Jan 14, 2025
1 parent 0fa9356 commit be4a527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sites/iva/iva-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ class IvaApp extends LitElement {
</layout-sidebar>
<!-- Render the center of the 'app': Secondary NavBar, the Tool and the Footer -->
<div class="w-full h-full overflow-auto" style="max-height:calc(100vh - 52px);">
<div class="w-full h-full overflow-auto" style="max-height:calc(100vh - 45px);">
<div class="px-4 pb-4" style="min-height:calc(100vh - 120px);">
${this.app?.menu?.length > 0 ? html`
<layout-secondary-bar
Expand Down

0 comments on commit be4a527

Please sign in to comment.