Friends list scrollable and automatically refreshed

This commit is contained in:
Pierre
2017-06-03 16:16:33 +02:00
parent 204a3e7e0d
commit ad7eb5a5b1
3 changed files with 19 additions and 5 deletions

View File

@ -105,7 +105,7 @@ ComunicWeb.components.searchForm = {
//Enable slimscroll
$(menuList).slimScroll({
height: '200px',
height: '100%'
});
});
});