mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
popup layer의 zIndex 를 크게 주어 다른 메뉴에 가리지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4889 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
adb91431ce
commit
bec993afe1
1 changed files with 1 additions and 0 deletions
|
|
@ -384,6 +384,7 @@ function createPopupMenu(evt) {
|
|||
area = xCreateElement("div");
|
||||
area.id = "popup_menu_area";
|
||||
area.style.visibility = 'hidden';
|
||||
area.style.zIndex = 9999;
|
||||
document.body.appendChild(area);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue