From 8b28489cae6cd1591d4aa68ccf98f55ddc3ea671 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 18 Dec 2020 18:13:23 -0700 Subject: [PATCH] Fix the index so that the questions appear above the eyes. --- web/src/components/PastQuestions.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/PastQuestions.vue b/web/src/components/PastQuestions.vue index 17d3f5c..a2d7747 100644 --- a/web/src/components/PastQuestions.vue +++ b/web/src/components/PastQuestions.vue @@ -63,6 +63,7 @@ export default { padding-bottom: 10px; position: absolute; display: flex; + z-index: 3; width: 50%; left: 0; top: 0;