fix(SideNav): apply overlay for non-fixed sidenav instances, ref #544 (#562)

This commit is contained in:
josef 2021-03-12 14:35:01 -06:00 committed by GitHub
commit 08249d6764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
}); });
</script> </script>
{#if fixed} {#if !fixed}
<div <div
on:click="{() => { on:click="{() => {
isOpen = false; isOpen = false;