fix: cover leaked shadow

This commit is contained in:
EnixCoda 2019-02-19 17:08:05 +08:00
parent 861870a0b4
commit 2f2a9f8e95
No known key found for this signature in database
GPG key ID: 6825847C88AA329A

View file

@ -345,7 +345,7 @@
z-index: 1;
}
&-content {
padding: 0 10px;
padding: 10px 10px;
flex: 1;
overflow: auto;
position: relative;
@ -353,7 +353,8 @@
.shadow-shelter {
position: absolute;
width: 100%;
height: 6px;
height: 10px;
top: 0;
left: 0;
background: #fafbfc;
z-index: 1;