From af852f70aa8967dba27e98d2aed48a702ccdd723 Mon Sep 17 00:00:00 2001 From: yuki540 Date: Mon, 2 Apr 2018 17:37:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9F=A2=E5=8D=B0=E3=81=AE=E3=81=AF?= =?UTF-8?q?=E3=81=BF=E5=87=BA=E3=81=9F=E9=83=A8=E5=88=86=E3=81=8C=E9=9D=9E?= =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E3=81=AB=E3=81=AA=E3=82=8B=E7=8F=BE=E8=B1=A1?= =?UTF-8?q?=E3=82=92=E8=A7=A3=E6=B1=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 +++- src/scss/modules/pc/_load-view.scss | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 7943188..21a7e20 100644 --- a/public/index.html +++ b/public/index.html @@ -97,7 +97,9 @@
-
+
+
+
diff --git a/src/scss/modules/pc/_load-view.scss b/src/scss/modules/pc/_load-view.scss index b4ff705..441d61f 100644 --- a/src/scss/modules/pc/_load-view.scss +++ b/src/scss/modules/pc/_load-view.scss @@ -197,8 +197,13 @@ position: absolute; top: 0; left: calc(50% - 450px); width: 900px; height: 100%; - overflow: hidden; + .paint-ball-box { + position: absolute; + top: 0; left: 0; + width: 100%; height: 100%; + overflow: hidden; + } .paint-ball { position: absolute; top: calc(50% - 30px); left: -60px;