mirror of https://github.com/zulip/zulip.git
Fix for an overlapping scrollbar in streams list
(imported from commit f07114e06745b9dd7e8b31eec61d21a1914c22c6)
This commit is contained in:
parent
47255e9cd8
commit
8ea3dc285d
|
@ -237,8 +237,8 @@ a:hover code {
|
|||
overflow-y: hidden;
|
||||
border-top: 1px solid #eee;
|
||||
border-bottom: 1px solid #eee;
|
||||
margin: 10px 10px 0;
|
||||
padding: 10px 0 10px 0;
|
||||
margin: 10px 0px 10px 10px;
|
||||
padding: 10px 15px 10px 0;
|
||||
}
|
||||
|
||||
#stream_filters .narrow-filter {
|
||||
|
|
Loading…
Reference in New Issue