fix height

This commit is contained in:
2019-08-10 15:43:36 +02:00
parent b25a7ac483
commit f18ef58789
2 changed files with 1 additions and 5 deletions

View File

@@ -107,15 +107,12 @@ export default {
<style lang="scss">
@import "@/style/_variables.scss";
.chart {
.chart, .chart div {
display: flex;
flex-direction: column;
flex-grow: 1;
width: 100%;
}
.chart div {
height: 100%;
}
.chart-container {
display: flex;
flex-direction: column;

View File

@@ -2,7 +2,6 @@
@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');
html, body {
height: 100%;
overflow: hidden; /* Highcharts can cause scrollbars because it rounds pixels */
}
@import "./variables";
@import "~bulma/bulma";