mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 03:02:07 +03:00
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;
|
||||
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…
Reference in New Issue
Block a user