small fixes for the previous pushes
This commit is contained in:
parent
f110669e31
commit
33d3ce46c4
5 changed files with 16 additions and 4 deletions
|
@ -56,7 +56,6 @@ const NavComponent: Component<NavProps> = props => {
|
|||
createEffect(() => {
|
||||
if (open()) {
|
||||
window.addEventListener("click", handleClickOutside);
|
||||
document.body.style.overflow = "hidden";
|
||||
document.body.classList.add("overflow-nav");
|
||||
document.body.classList.add("dim-content-nav");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue