From 7582f34d246a288ce34614f28942083380565a92 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 15 Jan 2018 18:29:28 -0800 Subject: [PATCH] fix jerky scrolling on Safari --- routes/_components/Layout.html | 8 +++++--- routes/_components/LazyTimeline.html | 2 +- routes/_components/Nav.html | 1 - routes/_components/VirtualList.html | 18 +++++++++++------- routes/_components/VirtualListItem.html | 1 - routes/_utils/virtualListStore.js | 7 +++---- scss/global.scss | 22 ++++++++++++++++++---- templates/2xx.html | 2 +- 8 files changed, 39 insertions(+), 22 deletions(-) diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 3b621ae6..0d5da5e3 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,8 +1,10 @@