aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/default.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2025-01-21 01:50:57 +0000
committerLeonardo Bishop <me@leonardobishop.com>2025-01-21 01:50:57 +0000
commitc6a34e6f7d6c0f592b8e370ee942017d914662bd (patch)
tree33b8f9446be7df17f83188c0ad606b340458eb3e /layouts/default.vue
parentd8423f2406c5d1ad18afd45ee24d194bdc24f81d (diff)
Improve frontend (again)
Diffstat (limited to 'layouts/default.vue')
-rw-r--r--layouts/default.vue4
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 {