merge: 메인 하단 메뉴 위쪽 펼침을 반영
This commit is contained in:
@@ -184,6 +184,17 @@ const isActive = (link: MainNavigationLinkItem) => link.id === 'survey' && props
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.main-global-menu[data-menu-position='bottom'] .main-menu-popup__list {
|
||||
top: auto;
|
||||
bottom: calc(100% + 2px);
|
||||
box-shadow: 0 -8px 18px rgb(0 0 0 / 45%);
|
||||
}
|
||||
|
||||
.main-global-menu[data-menu-position='bottom'] .menu-caret {
|
||||
border-top-width: 0;
|
||||
border-bottom: 4px solid currentColor;
|
||||
}
|
||||
|
||||
.main-menu-split .main-menu-popup__list {
|
||||
right: 0;
|
||||
left: auto;
|
||||
|
||||
Reference in New Issue
Block a user