fixed Landing page rendering issue

This commit is contained in:
crowbar 2024-10-31 13:32:33 +01:00
parent 2f65d04dda
commit 943ff0f684
2 changed files with 9 additions and 0 deletions

View file

@ -44,6 +44,10 @@ body, html {
color: var(--text-color);
}
body {
visibility: hidden;
}
body.menu-open {
overflow: hidden;
}