summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 2179ae8e6..df06659e0 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -79,6 +79,10 @@ export default Vue.extend({
width: 100%;
}
+ .route-container {
+ height: 100%;
+ }
+
#content-display {
display: flex;
flex-direction: row;