mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
Switch from hiding overflow-y to hiding overflow
(imported from commit 5d595c030b1098165965dd3c693371f7521cf26f)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user