0
0
Fork 0

Fix the index so that the questions appear above the eyes.

This commit is contained in:
Oliver-Akins 2020-12-18 18:13:23 -07:00
parent 1941a8ba41
commit 8b28489cae

View file

@ -63,6 +63,7 @@ export default {
padding-bottom: 10px; padding-bottom: 10px;
position: absolute; position: absolute;
display: flex; display: flex;
z-index: 3;
width: 50%; width: 50%;
left: 0; left: 0;
top: 0; top: 0;