From 84e4b164aa795db5b85e313f44c55ff3a2fca170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 23 Mar 2020 01:10:12 +0100 Subject: Remove scroll-snap. --- module/output/html.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'module') diff --git a/module/output/html.scm b/module/output/html.scm index 50203652..02a6709a 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -160,10 +160,12 @@ " continuing")) (style ,style)) (div (@ (class "event-inner")) - (div (@ (class "popup")) - ,(event-debug-html ev)) - (div (@ (class "body")) - ,((summary-filter) ev (attr ev 'SUMMARY)))))) + ;; NOTE These popup's are far from good. Main problem being that + ;; the often render off-screen for events high up on the screen. + (div (@ (class "popup")) + ,(event-debug-html ev)) + (div (@ (class "body")) + ,((summary-filter) ev (attr ev 'SUMMARY)))))) ) -- cgit v1.2.3