Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
add Scrool in the Dashboard (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsiosanchez authored Jun 21, 2022
1 parent a986825 commit 5f39016
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layout/components/AppMain.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section id="appMain" style="height: 100%;">
<section id="appMain" class="app-main">
<transition name="fade-transform" mode="out-in">
<keep-alive :include="cachedViews">
<router-view :key="key" />
Expand Down Expand Up @@ -41,10 +41,10 @@ export default {
<style lang="scss" scoped>
.app-main {
/* 50= navbar 50 */
min-height: calc(100vh - 50px);
max-height: calc(100vh - 50px);
width: 100%;
position: relative;
overflow: hidden;
overflow: auto;
}
.fixed-header+.app-main {
Expand Down

0 comments on commit 5f39016

Please sign in to comment.