Fix Nav.scroll
This commit is contained in:
parent
17755b435b
commit
0bb1a4db18
@ -8966,7 +8966,7 @@
|
||||
getThread: function(full) {
|
||||
var headRect, i, rect, thread, threads, topMargin, _i, _len;
|
||||
|
||||
if (Conf['Bottom header']) {
|
||||
if (Conf['Bottom header'] || !Conf['Fixed Header']) {
|
||||
topMargin = 0;
|
||||
} else {
|
||||
headRect = Header.bar.getBoundingClientRect();
|
||||
|
||||
@ -8975,7 +8975,7 @@
|
||||
getThread: function(full) {
|
||||
var headRect, i, rect, thread, threads, topMargin, _i, _len;
|
||||
|
||||
if (Conf['Bottom header']) {
|
||||
if (Conf['Bottom header'] || !Conf['Fixed Header']) {
|
||||
topMargin = 0;
|
||||
} else {
|
||||
headRect = Header.bar.getBoundingClientRect();
|
||||
|
||||
@ -8958,7 +8958,7 @@
|
||||
getThread: function(full) {
|
||||
var headRect, i, rect, thread, threads, topMargin, _i, _len;
|
||||
|
||||
if (Conf['Bottom header']) {
|
||||
if (Conf['Bottom header'] || !Conf['Fixed Header']) {
|
||||
topMargin = 0;
|
||||
} else {
|
||||
headRect = Header.bar.getBoundingClientRect();
|
||||
|
||||
@ -39,7 +39,7 @@ Nav =
|
||||
Nav.scroll +1
|
||||
|
||||
getThread: (full) ->
|
||||
if Conf['Bottom header']
|
||||
if Conf['Bottom header'] or !Conf['Fixed Header']
|
||||
topMargin = 0
|
||||
else
|
||||
headRect = Header.bar.getBoundingClientRect()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user