small fixes for the previous pushes

This commit is contained in:
Xanazf 2024-10-18 00:00:00 +03:00
parent f110669e31
commit 33d3ce46c4
No known key found for this signature in database
GPG key ID: 4E4A5AD1FB748427
5 changed files with 16 additions and 4 deletions

View file

@ -56,8 +56,12 @@ html.dark {
all: unset;
}
.overflow-nav,
.overflow-toc {
body {
overflow: auto;
}
body.overflow-nav,
body.overflow-toc {
overflow: hidden;
}