Skip to content

Commit

Permalink
Merge pull request #12 from beabee-communityrm/fix/embed-min-height
Browse files Browse the repository at this point in the history
fix: don't add min height for embeds
  • Loading branch information
wpf500 authored Jul 9, 2024
2 parents a8147ba + d172660 commit aa8b6ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/frontend/src/layouts/layout-Dashboard.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<div class="relative flex min-h-screen flex-col md:flex-row">
<div
class="relative flex flex-col md:flex-row"
:class="!isEmbed && 'min-h-screen'"
>
<TheMenu v-if="!isEmbed" />

<main
Expand Down

0 comments on commit aa8b6ff

Please sign in to comment.