##// END OF EJS Templates
Adds auto scroll to context submenus (#2863)....
Jean-Philippe Lang -
r3611:faeae788bed3
parent child
Show More
@@ -22,7 +22,7
22 padding:1px;
22 padding:1px;
23 z-index:39;
23 z-index:39;
24 }
24 }
25 #context-menu li.folder ul { position:absolute; left:168px; /* IE6 */ top:-2px; }
25 #context-menu li.folder ul { position:absolute; left:168px; /* IE6 */ top:-2px; max-height:300px; overflow:hidden; overflow-y: auto; }
26 #context-menu li.folder>ul { left:148px; }
26 #context-menu li.folder>ul { left:148px; }
27
27
28 #context-menu.reverse-y li.folder>ul { top:auto; bottom:0; }
28 #context-menu.reverse-y li.folder>ul { top:auto; bottom:0; }
General Comments 0
You need to be logged in to leave comments. Login now