Commit faeae788 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Adds auto scroll to context submenus (#2863).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3725 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent edeb84a0
......@@ -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; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment