From bfbc7b3d8f5e3c9f87298777c4f3d0e39d6bb626 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 18 Jan 2021 16:54:20 +0100 Subject: [PATCH] Fix un-clickable button for adding content at start of chapter --- client/src/components/AddContentButton.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/AddContentButton.vue b/client/src/components/AddContentButton.vue index 9ee72bd3..4a0bd85a 100644 --- a/client/src/components/AddContentButton.vue +++ b/client/src/components/AddContentButton.vue @@ -39,9 +39,11 @@ .add-content { display: none; + position: relative; @include desktop { display: flex; } + z-index: 1; justify-content: flex-end;