From 21fe02b508a53ee612aeca3fdd9d384fe759a494 Mon Sep 17 00:00:00 2001 From: Jonas Date: Wed, 9 Aug 2023 12:21:21 +0200 Subject: [PATCH] fix(css): Set z-index for titleform also for version view Fixes sticky titleform when viewing old page versions. Signed-off-by: Jonas --- src/Collectives.vue | 4 ++++ src/components/Page.vue | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Collectives.vue b/src/Collectives.vue index 16f5d5cd3..7f0de33d6 100644 --- a/src/Collectives.vue +++ b/src/Collectives.vue @@ -131,6 +131,10 @@ export default { padding-bottom: 200px; } +#titleform { + z-index: 10022; +} + #version-title, #titleform input[type='text'] { font-size: 35px; border: none; diff --git a/src/components/Page.vue b/src/components/Page.vue index 725243b2f..3614be17a 100644 --- a/src/components/Page.vue +++ b/src/components/Page.vue @@ -302,8 +302,6 @@ export default {