N봉 기울기 판단로직 수정
This commit is contained in:
@@ -253,6 +253,15 @@ html.desktop-client .tmb-logo-version {
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
/* 버튼 ↔ 드롭다운 간격(6px)에서 hover 끊김 방지 */
|
||||
.tmb-nav-group--open::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: max(100%, 168px);
|
||||
height: 10px;
|
||||
}
|
||||
.tmb-nav-group-btn {
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user