From a95d2151d82dffef90aad438a032209a12916b9f Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 20 Nov 2018 17:40:24 +0900 Subject: [PATCH] --- view/theme/plusfuture/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 4b58002..e140995 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2077,7 +2077,10 @@ a[title*="pawoo.net"]::after{ @media screen and (min-width: 993px) { .region_3-on{ - left: -288px; - width: calc( 100% + 288px); + left: 0px; + width: 100%; + } + #overlay{ + display: none; } } \ No newline at end of file