Merge pull request #431 from abpvn/master
Allow click footer link when loading
This commit is contained in:
commit
7a68c3dfc6
|
@ -2,7 +2,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 24px;
|
right: 24px;
|
||||||
bottom: 24px;
|
bottom: 24px;
|
||||||
z-index: 10;
|
z-index: 103;
|
||||||
width: 345px;
|
width: 345px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10373,6 +10373,8 @@ body.fixed-header .header {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
padding: 1.25rem 0;
|
padding: 1.25rem 0;
|
||||||
color: #9aa0ac;
|
color: #9aa0ac;
|
||||||
|
position: relative;
|
||||||
|
z-index: 102;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a:not(.btn) {
|
.footer a:not(.btn) {
|
||||||
|
|
Loading…
Reference in New Issue