[기능] 모바일 메뉴 스크롤 시 동작 추가 및 스타일 수정
This commit is contained in:
@@ -880,6 +880,18 @@ video::-webkit-media-controls {
|
||||
height: 8rem;
|
||||
margin: 0 auto;
|
||||
flex-wrap: wrap;
|
||||
&:after {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 5.6rem;
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@media (max-width: 1120px) {
|
||||
height: 5.6rem;
|
||||
|
||||
Reference in New Issue
Block a user