Hide "to top" button on password required page

This commit is contained in:
Jake Howard 2022-10-25 23:13:55 +01:00
parent a6ded62b3b
commit c808aa2147
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 0 deletions

View File

@ -40,4 +40,8 @@ body.page-password-required {
color: $dark-mode-text;
}
}
#to-top {
display: none;
}
}