Make cookie notice animation code more efficient

Try to set position back to original value when cookie notice is hidden
This commit is contained in:
Matthew Grove
2018-11-17 17:44:41 +00:00
parent ca346b5202
commit f16ae9549f
2 changed files with 5 additions and 3 deletions

View File

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