notes list scroll css fix
This commit is contained in:
@@ -2,8 +2,8 @@ angular.module('app.frontend').directive('infiniteScroll', [
|
||||
'$rootScope', '$window', '$timeout', function($rootScope, $window, $timeout) {
|
||||
return {
|
||||
link: function(scope, elem, attrs) {
|
||||
elem.css('overflow-x', 'hidden');
|
||||
elem.css('height', 'inherit');
|
||||
// elem.css('overflow-x', 'hidden');
|
||||
// elem.css('height', 'inherit');
|
||||
|
||||
var offset = parseInt(attrs.threshold) || 0;
|
||||
var e = elem[0]
|
||||
|
||||
Reference in New Issue
Block a user