From f3a47399a7bf761d620843d44b1d5c2887eb7a04 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 25 Apr 2019 23:23:13 -0400 Subject: [PATCH] always show vertical scrollbar to preserve layout --- static/grapheneos.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/grapheneos.css b/static/grapheneos.css index 96d2a2cb..4a7419ad 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -7,6 +7,7 @@ body { color: rgba(0, 0, 0, 0.87); /* 87% black */ margin: 0; padding: 0; + overflow-y: scroll; } pre {