From 82fccd51a20740708be5dc77ff925e017a7aac69 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sat, 17 Nov 2018 18:14:33 +0000 Subject: [PATCH] Fix cookie notice bug Scroll was enabled by the cookie notice animation --- assets/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/global.css b/assets/global.css index e56f130..7c788e4 100644 --- a/assets/global.css +++ b/assets/global.css @@ -57,7 +57,7 @@ body { display: none; width: 100%; height: 70px; - position: absolute; + position: fixed; background: --mdc-theme-primary; color: --mdc-theme-background; text-align: center;