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

This commit is contained in:
josefaidt 2021-03-09 08:50:51 -06:00
commit 1cc9922d0d

View file

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