Hide "to top" button on password required page
This commit is contained in:
parent
a6ded62b3b
commit
c808aa2147
1 changed files with 4 additions and 0 deletions
|
@ -40,4 +40,8 @@ body.page-password-required {
|
||||||
color: $dark-mode-text;
|
color: $dark-mode-text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#to-top {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue