mirror of https://github.com/zulip/zulip.git
Switch from hiding overflow-y to hiding overflow
(imported from commit 5d595c030b1098165965dd3c693371f7521cf26f)
This commit is contained in:
parent
52424cd67a
commit
2fbb13be0a
|
@ -381,8 +381,9 @@ a:hover code {
|
||||||
#user_presences, #group-pms {
|
#user_presences, #group-pms {
|
||||||
list-style-position: inside; /* Draw the bullets inside our box */
|
list-style-position: inside; /* Draw the bullets inside our box */
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
overflow-y: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#user_presences:hover, #group-pms:hover {
|
#user_presences:hover, #group-pms:hover {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue