From 7a0807d42c74917bb0c85084a61ff60b316f9b95 Mon Sep 17 00:00:00 2001
From: Michael Z <michael@freedom.press>
Date: Mon, 2 May 2022 21:11:04 -0400
Subject: [PATCH] Body shouldn't always show a scrollbar

Overlooked this visual degradation that was introduced by the most
recent accessibility related fixes. Fixes #6419
---
 securedrop/sass/source.sass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/securedrop/sass/source.sass b/securedrop/sass/source.sass
index 5ca3cdf0ef..a970cb0e8f 100644
--- a/securedrop/sass/source.sass
+++ b/securedrop/sass/source.sass
@@ -1169,6 +1169,7 @@ footer p
 // Preload some images we're likely to display when moving on from the index
 body::after
   position: absolute
+  top: -999px
   width: 0
   height: 0
   visibility: hidden