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> <template>
<div> <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 /> <Sidebar />
<div class="main flex-fill"> <main class="container-fluid pt-3 pb-3">
<div class="container-fluid pt-3 pb-3"> <TopNav />
<TopNav /> <router-view />
<router-view /> </main>
</div>
</div>
</div> </div>
<ErrorBar /> <ErrorBar />
<footer class="footer elevated"> <footer class="footer elevated">
@ -16,8 +14,9 @@
</div> </div>
</template> </template>
<style lang="scss"> <style lang="scss">
.main { main {
margin-bottom: 80px; margin-bottom: 80px;
overflow-x: hidden;
} }
.footer { .footer {
position: fixed; position: fixed;