fix overflow issues

This commit is contained in:
Thomas Amland 2020-08-20 18:49:35 +02:00
parent 0dccb04bd5
commit 3f24e9e34a

View File

@ -1,13 +1,11 @@
<template>
<div>
<div class="min-vh-100 d-flex align-items-stretch justify-spcace-between">
<div class="min-vh-100 d-flex -align-items-stretch -justify-spcace-between">
<Sidebar />
<div class="main flex-fill">
<div class="container-fluid pt-3 pb-3">
<main class="container-fluid pt-3 pb-3">
<TopNav />
<router-view />
</div>
</div>
</main>
</div>
<ErrorBar />
<footer class="footer elevated">
@ -16,8 +14,9 @@
</div>
</template>
<style lang="scss">
.main {
main {
margin-bottom: 80px;
overflow-x: hidden;
}
.footer {
position: fixed;