fix height
This commit is contained in:
@@ -107,15 +107,12 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "@/style/_variables.scss";
|
@import "@/style/_variables.scss";
|
||||||
.chart {
|
.chart, .chart div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.chart div {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
.chart-container {
|
.chart-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');
|
@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden; /* Highcharts can cause scrollbars because it rounds pixels */
|
|
||||||
}
|
}
|
||||||
@import "./variables";
|
@import "./variables";
|
||||||
@import "~bulma/bulma";
|
@import "~bulma/bulma";
|
||||||
|
|||||||
Reference in New Issue
Block a user