fix: 矢印のはみ出た部分が非表示になる現象を解決

This commit is contained in:
yuki540 2018-04-02 17:37:10 +09:00
parent 3e31d83e8c
commit af852f70aa
2 changed files with 9 additions and 2 deletions

View File

@ -97,7 +97,9 @@
<div class="illust"></div>
<div class="ball"></div>
</section>
<div class="paint-ball"><div></div></div>
<div class="paint-ball-box">
<div class="paint-ball"><div></div></div>
</div>
</div>
<div class="load-view__body__info">
<section class="allow">

View File

@ -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;