diff --git a/src/App.scss b/src/App.scss index 67a4240..93e6ece 100644 --- a/src/App.scss +++ b/src/App.scss @@ -31,9 +31,8 @@ background: $bgCol; color: white; - overflow: hidden; - font-size: 1rem; + overflow-y: scroll; @include smallScreen() { font-size: calc(0.4rem + 1.4vw); @@ -44,9 +43,8 @@ .app_container { display: flex; flex-flow: column; - - min-width: 0; - min-height: 100vh; + height: 100vh; + min-height: 800px; header { flex: 0 0 auto; @@ -97,7 +95,7 @@ &_body { max-width: 21em; } - + &_container { display: flex; justify-content: center; diff --git a/src/components/JournalView/DispatcherStats.vue b/src/components/JournalView/DispatcherStats.vue index 0075d3d..a2fb70f 100644 --- a/src/components/JournalView/DispatcherStats.vue +++ b/src/components/JournalView/DispatcherStats.vue @@ -1,46 +1,45 @@