aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/default.vue b/layouts/default.vue
index cd9fa09..5171745 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -220,6 +220,8 @@ header {
padding: 1rem;
border-bottom: 2px solid var(--color-border);
position: fixed;
+ width: 100%;
+ box-sizing: border-box;
}
.planner-sidebar {