Update footer Z-index (#6944)

Footer content was not clickable. This small change is enough to fix that.

Fix #6355
This commit is contained in:
Nuno Silva 2020-03-23 11:26:14 -03:00 committed by GitHub
parent d298a66352
commit fc05cd24b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $floating-button-z: 15;
$glossary-letter-z: 10;
$toolbar-button-z: 1;
$promotion-z: -1;
$footer-z: -2;
$footer-z: 0;
// various manifest constants
$border-radius: 4px;