Scroll bar for mid menu list

This commit is contained in:
NIKITA 2010-10-19 14:56:30 -07:00
parent 0b19113ca8
commit 486417e880
1 changed files with 3 additions and 3 deletions

View File

@ -1969,9 +1969,9 @@ a:hover.search_button {
margin:0 0 0 0;
list-style:none;
padding:0;
overflow-x:scoll;
overflow-x:auto;
overflow-y:hidden;
overflow-y:scoll;
overflow-y:auto;
overflow-x:hidden;
padding:0;
}