fix: 現パート制作用の設定を消去

This commit is contained in:
yuki540 2018-04-19 00:09:42 +09:00
parent d58fd04285
commit aeab5ac19c
2 changed files with 2 additions and 2 deletions

View File

@ -333,7 +333,7 @@
</section> </section>
</section> </section>
<!--********************************** top-page ***************************************--> <!--********************************** top-page ***************************************-->
<section class="top-page" data-state="start"> <section class="top-page">
<section class="top-page__ring"> <section class="top-page__ring">
<div class="wrap"> <div class="wrap">
<div class="inner"> <div class="inner">

View File

@ -5,7 +5,7 @@
width: 100%; height: 100%; width: 100%; height: 100%;
background-color: $theme-bg; background-color: $theme-bg;
overflow: hidden; overflow: hidden;
z-index: 1001; z-index: 996;
&::after { &::after {
content: ""; display: block; content: ""; display: block;