mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 14:28:53 +09:00
fix(frontend): 당겨서 새로 고침
할 때 나타나는 그림자 제거
This commit is contained in:
parent
9a41ffc4ba
commit
a3fa96c8de
@ -239,7 +239,7 @@ defineExpose({
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: var(--frame-min-height, 0px);
|
min-height: var(--frame-min-height, 0px);
|
||||||
|
|
||||||
box-shadow: inset 0px -7px 10px -10px rgba(0,0,0,.1);
|
// box-shadow: inset 0px -7px 10px -10px rgba(0,0,0,.1);
|
||||||
mask-image: linear-gradient(90deg, #000 0%, #000 80%, transparent);
|
mask-image: linear-gradient(90deg, #000 0%, #000 80%, transparent);
|
||||||
-webkit-mask-image: -webkit-linear-gradient(90deg, #000 0%, #000 80%, transparent);
|
-webkit-mask-image: -webkit-linear-gradient(90deg, #000 0%, #000 80%, transparent);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user