Fix updates button not clickable when header is hidden

This commit is contained in:
Lim Chee Aun 2023-03-03 11:14:10 +08:00
parent 959c6f4ad3
commit e7dc2c8517

View file

@ -747,6 +747,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
margin-top: 16px; margin-top: 16px;
transform: translate(-50%, 0); transform: translate(-50%, 0);
font-size: 90%; font-size: 90%;
pointer-events: auto;
} }
.updates-button .icon { .updates-button .icon {
vertical-align: top; vertical-align: top;