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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user