On opening the website in Mozilla Firefox, once the navbar is used, upon reuse (without reloading), the contents of navbar become invisible. Possible solution can be removing the
opacity:0;
property for .li class in nav.svelte and animation enter from the same file, but that would cause loss of the animation.
It seems that the animation does not repeat on opening nav in Mozilla Firefox
On opening the website in Mozilla Firefox, once the navbar is used, upon reuse (without reloading), the contents of navbar become invisible. Possible solution can be removing the
opacity:0;
property for .li class in nav.svelte and animation enter from the same file, but that would cause loss of the animation. It seems that the animation does not repeat on opening nav in Mozilla Firefox