mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 05:01:35 -04:00
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:
@ -29,7 +29,7 @@ body {
|
||||
--primary-saturation: 100%;
|
||||
--primary-lightness: 50%;
|
||||
--navbar-height: 4rem;
|
||||
--menu-height: 3.75rem;
|
||||
--menu-height: 3.75rem; /* 60px */
|
||||
}
|
||||
|
||||
.dark {
|
||||
|
Reference in New Issue
Block a user