Fix for an overlapping scrollbar in streams list

(imported from commit f07114e06745b9dd7e8b31eec61d21a1914c22c6)
This commit is contained in:
Allen Rabinovich 2013-06-20 08:43:32 -07:00
parent 47255e9cd8
commit 8ea3dc285d
1 changed files with 2 additions and 2 deletions

View File

@ -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 {