From f2d0e69a001a4a20239c8f270e5f72ddbace1a3a Mon Sep 17 00:00:00 2001 From: yuki540 Date: Thu, 19 Apr 2018 16:49:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A8=98=E8=BF=B0=E5=BF=98=E3=82=8C?= =?UTF-8?q?=E7=AD=89=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scss/modules/_base.scss | 7 +++++++ src/scss/modules/sp/_page-box.scss | 3 ++- src/scss/modules/tablet/_page-box.scss | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/scss/modules/_base.scss b/src/scss/modules/_base.scss index 647a1fa..068e71b 100644 --- a/src/scss/modules/_base.scss +++ b/src/scss/modules/_base.scss @@ -17,3 +17,10 @@ input, textarea { a { text-decoration: none; } iframe { border: none; } + +#root { + position: absolute; + top: 0; left: 0; + width: 100%; height: 100%; + overflow: hidden; +} diff --git a/src/scss/modules/sp/_page-box.scss b/src/scss/modules/sp/_page-box.scss index f6d09a8..dfa4d34 100644 --- a/src/scss/modules/sp/_page-box.scss +++ b/src/scss/modules/sp/_page-box.scss @@ -50,6 +50,7 @@ border-radius: 15px; box-shadow: 0 0 15px rgba(0,0,0,0.6) inset; overflow: auto; + -webkit-overflow-scrolling: touch; opacity: 0; transition: all 0.35s ease 0s; @@ -110,7 +111,7 @@ position: absolute; top: 24px; left: 10px; width: 30px; height: 1px; - border-top: dashed 2px $theme-purple; + background-color: $theme-purple; box-sizing: border-box; opacity: 0.7; } diff --git a/src/scss/modules/tablet/_page-box.scss b/src/scss/modules/tablet/_page-box.scss index c81333e..99f4882 100644 --- a/src/scss/modules/tablet/_page-box.scss +++ b/src/scss/modules/tablet/_page-box.scss @@ -50,6 +50,7 @@ border-radius: 15px; box-shadow: 0 0 15px rgba(0,0,0,0.6) inset; overflow: auto; + -webkit-overflow-scrolling: touch; opacity: 0; transition: all 0.35s ease 0s;