mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 21:04:59 -04:00
completely change the CSS to be an entirely 'position: absolute' layout rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions.
This commit is contained in:
parent
aebe5ce08a
commit
6c2db18be1
6 changed files with 46 additions and 29 deletions
|
@ -70,4 +70,9 @@ matrixWebClient
|
|||
$timeout(function() { element[0].focus() }, 0);
|
||||
}
|
||||
};
|
||||
}]);
|
||||
}])
|
||||
.filter('to_trusted', ['$sce', function($sce){
|
||||
return function(text) {
|
||||
return $sce.trustAsHtml(text);
|
||||
};
|
||||
}]);
|
Loading…
Add table
Add a link
Reference in a new issue