From a0a39f83d3385c429c1badd69ce00a17ba59a0c8 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 28 Apr 2020 14:50:35 +0200 Subject: [PATCH] Fix 'Add question' button overlapping navigation toggle Signed-off-by: Jan-Christoph Borchardt --- src/views/Create.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/Create.vue b/src/views/Create.vue index 12d6524..94e1251 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -429,6 +429,8 @@ export default { align-items: center; align-self: flex-start; width: 44px; + // To not overlap navigation toggle + margin-left: 44px; height: var(--top-bar-height); // make sure this doesn't take any space and appear floating margin-top: -44px;