Switch from hiding overflow-y to hiding overflow

(imported from commit 5d595c030b1098165965dd3c693371f7521cf26f)
This commit is contained in:
Allen Rabinovich 2014-04-15 12:16:06 -06:00
parent 52424cd67a
commit 2fbb13be0a
1 changed files with 2 additions and 1 deletions

View File

@ -381,8 +381,9 @@ a:hover code {
#user_presences, #group-pms {
list-style-position: inside; /* Draw the bullets inside our box */
margin-left: 0;
overflow-y: hidden;
overflow: hidden;
}
#user_presences:hover, #group-pms:hover {
overflow-y: auto;
}