Adds auto scroll to context submenus (#2863).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3725 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-05-01 11:54:40 +00:00
parent edeb84a070
commit faeae788be
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
padding:1px;
z-index:39;
}
#context-menu li.folder ul { position:absolute; left:168px; /* IE6 */ top:-2px; }
#context-menu li.folder ul { position:absolute; left:168px; /* IE6 */ top:-2px; max-height:300px; overflow:hidden; overflow-y: auto; }
#context-menu li.folder>ul { left:148px; }
#context-menu.reverse-y li.folder>ul { top:auto; bottom:0; }