[기능] 모바일 메뉴 스크롤 시 동작 추가 및 스타일 수정

This commit is contained in:
2026-02-02 22:58:36 +09:00
parent 406048dd35
commit 9c97cf3b54
7 changed files with 92 additions and 4 deletions

View File

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