Fix sidebar height

This commit is contained in:
Oliver Davies 2018-12-24 13:34:45 +00:00
parent 3a11057b74
commit a8cf8356b1
3 changed files with 6 additions and 6 deletions

View file

@ -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>