즐겨찾기 움직임 버그 픽스 내용 없을시 공간 버그 픽스

This commit is contained in:
focp212@naver.com
2025-09-30 19:19:57 +09:00
parent 5c43550a22
commit 857a58c14d
5 changed files with 62 additions and 20 deletions

View File

@@ -88,9 +88,37 @@ main {
.billing-label{
width: 85px;
}
.full-menu-header{
position: fixed;
z-index: 20;
background-color: #ffffff;
width: 100%;
}
.full-menu-top-nav{
position: fixed;
top: 50px;
z-index: 20;
width: 100%;
background-color: #ffffff;
height: 116px;
}
.full-menu-keywords-wrap{
position: fixed;
top: 166px;
z-index: 20;
width: 100%;
background-color: #ffffff;
padding: 1rem 1.625rem;
}
.full-menu-keywords{
padding: 0;
}
.full-menu-list{
position: absolute;
top: 234px;
margin-top: 0;
width: 100%;
}