즐겨찾기 움직임 버그 픽스 내용 없을시 공간 버그 픽스
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user