]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
fix autoscrolling on browser zoom
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 30 Sep 2020 12:04:39 +0000 (14:04 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 1 Oct 2020 04:11:08 +0000 (06:11 +0200)
commitaa9607f128ffd887bae2a0023e30f205178bfe5e
tree05a398296f9774a8ac92e404a415d948ae5e229a
parentab277cb2871f914e9ef794cb22b104b40171cbaf
fix autoscrolling on browser zoom

when browser zoom is activated, our scrollposition can be a little bit off
increase the boundary by a few pixels (5px are ~1/3 of a line)
so that the auto-scrolling still works

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/panel/JournalView.js
src/panel/LogView.js