From aeab5ac19cd71d7e7db754d188dd55b7a77479f1 Mon Sep 17 00:00:00 2001 From: yuki540 Date: Thu, 19 Apr 2018 00:09:42 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=8F=BE=E3=83=91=E3=83=BC=E3=83=88?= =?UTF-8?q?=E5=88=B6=E4=BD=9C=E7=94=A8=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=82=92?= =?UTF-8?q?=E6=B6=88=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/scss/modules/pc/_top-page.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 64a2f94..eaf6219 100644 --- a/public/index.html +++ b/public/index.html @@ -333,7 +333,7 @@ -
+
diff --git a/src/scss/modules/pc/_top-page.scss b/src/scss/modules/pc/_top-page.scss index 70f2037..07cc4a4 100644 --- a/src/scss/modules/pc/_top-page.scss +++ b/src/scss/modules/pc/_top-page.scss @@ -5,7 +5,7 @@ width: 100%; height: 100%; background-color: $theme-bg; overflow: hidden; - z-index: 1001; + z-index: 996; &::after { content: ""; display: block;