fix: phantom scroll when params.footer.enable is set to false (#658)

* Phantom scroll fix

* fix: adjust menu height in CSS and update sidebar max height reference

* chore: regenerate css

---------

Co-authored-by: Xin <xin@imfing.com>
This commit is contained in:
Zabriskije
2025-04-10 00:11:19 +02:00
committed by GitHub
parent 1eb4b9ea23
commit 1cc02a6931
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ body {
--primary-saturation: 100%;
--primary-lightness: 50%;
--navbar-height: 4rem;
--menu-height: 3.75rem;
--menu-height: 3.75rem; /* 60px */
}
.dark {