single-tiddler-mode
Jermolene 2018-08-16 16:08:33 +01:00
rodzic 8a38685de9
commit b55a3102be
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,7 @@ PageScroller.prototype.scrollIntoView = function(element) {
var toolbar = document.querySelector(".tc-adjust-top-of-scroll"),
offset = 0;
if(toolbar) {
offset = parseInt(window.getComputedStyle(toolbar).offsetHeight,10);
offset = toolbar.offsetHeight;
}
// Get the client bounds of the element and adjust by the scroll position
var getBounds = function() {