Skip to content

Commit

Permalink
fix: update app card class for better layout handling (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku authored Feb 20, 2025
1 parent 4259e09 commit db9cf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Apps/AppPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</app-side-bar>
<!-- Sidebar End -->
<transition name="slide-next-half">
<div v-show="!sidebarOpen" class="app-card flex flex-col overflow-hidden max-h-[calc(100vh - 40px)]">
<div v-show="!sidebarOpen" class="app-card flex flex-col is-flex-grow-1 overflow-hidden max-h-[calc(100vh - 40px)]">
<!-- Modal-Card Header Start -->
<header :class="{ '!bg-gray-100': currentSlide == APP_SETTING_PANEL }" class="modal-card-head b-line">
<div class="is-flex-grow-1">
Expand Down

0 comments on commit db9cf8d

Please sign in to comment.