PAMapp/layouts/home.vue
@@ -9,7 +9,6 @@ </template> <script lang="ts"> import { Component ,Vue } from "nuxt-property-decorator"; import * as _ from 'lodash'; @Component export default class DefaultLayout extends Vue { @@ -22,15 +21,16 @@ padding-top:$MOB_NAV_BAR; display: flex; flex-direction: column; min-height: 100vh; min-height: calc(100vh - $MOB_NAV_BAR); .pam-container{ flex: 1; } } @include desktop{ .pam-background { min-height: calc(100vh - $DESKTOP_NAV_BAR); padding-top:$DESKTOP_NAV_BAR; } } </style> </style>