Merge pull request #431 from abpvn/master

Allow click footer link when loading
This commit is contained in:
Ildar Kamalov 2018-10-26 14:58:50 +03:00 committed by GitHub
commit 7a68c3dfc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
position: fixed;
right: 24px;
bottom: 24px;
z-index: 10;
z-index: 103;
width: 345px;
}

View File

@ -10373,6 +10373,8 @@ body.fixed-header .header {
font-size: 0.875rem;
padding: 1.25rem 0;
color: #9aa0ac;
position: relative;
z-index: 102;
}
.footer a:not(.btn) {