UIUX수정
This commit is contained in:
@@ -1063,7 +1063,7 @@ video::-webkit-media-controls {
|
||||
}
|
||||
.hederWarp_n .headerInner .gnb .menuWarp .menu .menuDepth1Wrap .menuDepth2Wrap {
|
||||
position: absolute;
|
||||
display: block;
|
||||
display: none;
|
||||
width: 100%;
|
||||
min-width: 11rem;
|
||||
top: 7.9rem;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1232,7 +1232,7 @@ video::-webkit-media-controls {
|
||||
|
||||
.menuDepth2Wrap {
|
||||
position: absolute;
|
||||
display: block;
|
||||
display: none;
|
||||
width: 100%;
|
||||
min-width: 11rem;
|
||||
top: 7.9rem;
|
||||
|
||||
@@ -147,7 +147,7 @@ $(document).ready(function () {
|
||||
return;
|
||||
}
|
||||
|
||||
$(".menuDepth2Wrap").stop(true).hide();
|
||||
$(".menuDepth2Wrap").hide().stop(true);
|
||||
$(".desktop .menu").removeClass("open");
|
||||
$(".desktop .hederWarp_n").removeClass("menu-open");
|
||||
$(".desktop .menuBg").css("height", "0");
|
||||
|
||||
Reference in New Issue
Block a user