Remove modal margin style

This commit is contained in:
Made Baruna 2022-12-17 14:09:31 +08:00
parent 4c8da812bc
commit fb60c16aa3

View file

@ -53,7 +53,7 @@
</script> </script>
<Header /> <Header />
<Modal styleWindowWrap={{ margin: '1rem' }}> <Modal>
<Sidebar {segment} /> <Sidebar {segment} />
{#if $showSidebar} {#if $showSidebar}
<Sidebar {segment} mobile /> <Sidebar {segment} mobile />