diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-01-21 01:40:12 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-01-21 01:40:12 +0000 |
| commit | d8423f2406c5d1ad18afd45ee24d194bdc24f81d (patch) | |
| tree | 8d7981b60e9d3ea98319a2702646d034dba5bb0d /layouts | |
| parent | 5d162cb8e0f5d594905a56a9b16f4f68df5f6631 (diff) | |
Improve frontend (again)
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/default.vue | 2 |
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 { |
