diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-01-21 01:50:57 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-01-21 01:50:57 +0000 |
| commit | c6a34e6f7d6c0f592b8e370ee942017d914662bd (patch) | |
| tree | 33b8f9446be7df17f83188c0ad606b340458eb3e /layouts | |
| parent | d8423f2406c5d1ad18afd45ee24d194bdc24f81d (diff) | |
Improve frontend (again)
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/default.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/default.vue b/layouts/default.vue index 5171745..92641a0 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -149,6 +149,8 @@ header { padding: 1rem; display: flex; justify-content: space-between; + z-index: 9999; + position: relative; } .planner-title { @@ -220,8 +222,10 @@ header { padding: 1rem; border-bottom: 2px solid var(--color-border); position: fixed; + top: calc(3.5rem); width: 100%; box-sizing: border-box; + z-index: 9998; } .planner-sidebar { |
