mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
Merge pull request #431 from abpvn/master
Allow click footer link when loading
This commit is contained in:
commit
7a68c3dfc6
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
position: fixed;
|
||||
right: 24px;
|
||||
bottom: 24px;
|
||||
z-index: 10;
|
||||
z-index: 103;
|
||||
width: 345px;
|
||||
}
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue