Move scrollbar to exclude header

This commit is contained in:
Matthias 2021-03-10 16:10:20 +01:00
parent d665f23dee
commit 888c67555a
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<div id="app">
<div id="app" class="d-flex flex-column vh-100">
<Header />
<Body />
<Body class="flex-fill overflow-auto" />
</div>
</template>

View File

@ -1,5 +1,5 @@
<template>
<main class="container-fluid h-100 container-main">
<main class="container-fluid container-main">
<BotAlerts />
<router-view />
</main>