Fix cookie notice bug

Scroll was enabled by the cookie notice animation
This commit is contained in:
Matthew Grove
2018-11-17 18:14:33 +00:00
parent c7d783e85b
commit 82fccd51a2

View File

@@ -57,7 +57,7 @@ body {
display: none; display: none;
width: 100%; width: 100%;
height: 70px; height: 70px;
position: absolute; position: fixed;
background: --mdc-theme-primary; background: --mdc-theme-primary;
color: --mdc-theme-background; color: --mdc-theme-background;
text-align: center; text-align: center;