mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
Move scrollbar to exclude header
This commit is contained in:
parent
d665f23dee
commit
888c67555a
|
@ -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>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<main class="container-fluid h-100 container-main">
|
||||
<main class="container-fluid container-main">
|
||||
<BotAlerts />
|
||||
<router-view />
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue
Block a user