Fix sidebar height
This commit is contained in:
parent
3a11057b74
commit
a8cf8356b1
3 changed files with 6 additions and 6 deletions
src
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div id="app">
|
||||
<router-view></router-view>
|
||||
<div id="app" class="flex flex-col flex-1">
|
||||
<router-view class="flex flex-col flex-1"></router-view>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Reference in a new issue