From 7e466aca81a3b08540582e72dc19821661f9bc34 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 2 Jul 2021 14:10:42 +0300 Subject: Fix z-index --- frontend/styles/Home.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/styles/Home.module.css') diff --git a/frontend/styles/Home.module.css b/frontend/styles/Home.module.css index b4a553f..2116d7d 100644 --- a/frontend/styles/Home.module.css +++ b/frontend/styles/Home.module.css @@ -19,7 +19,7 @@ top: 50%; margin-left: -40vw; margin-top: -40vw; - z-index: 20; + z-index: 30; } .btnInner { @@ -51,6 +51,6 @@ width: 100%; height: 100%; - z-index: 15; + z-index: 10; color: red; } \ No newline at end of file -- cgit v1.3