]> git.gir.st - VimFx.git/commit
Improve full page scrolling adjustment on some pages
authorSimon Lydell <simon.lydell@gmail.com>
Tue, 18 Oct 2016 15:09:57 +0000 (17:09 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Wed, 19 Oct 2016 06:30:28 +0000 (08:30 +0200)
commit3896832e3119ebe235d27b8af91b4402fd80b922
tree01ccf2c501a9dbee214040beb70fbb19c13ada02
parent7c96cbb8ea846abfcd390a6065d828dcb420f2a1
Improve full page scrolling adjustment on some pages

On medium.com, there is a fixed footer. However, it is not
`position: fixed;` like fixed element usually are. Instead, it's
`position: absolute;` (and the page scroll is inside an adjacent element
instead of on `<html>`). This commit allows elements with
`position: absolute;` to as headers and footers as well.
extension/lib/utils.coffee
extension/lib/viewport.coffee
Imprint / Impressum