Make cookie notice animation work

This commit is contained in:
Matthew Grove
2018-11-17 18:10:52 +00:00
parent 3a412eb8cb
commit 5a8bd35e80
3 changed files with 8 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ body {
background: --mdc-theme-primary;
color: --mdc-theme-background;
text-align: center;
bottom: -100;
bottom: -100px;
left: 0;
z-index: 9999;
}