From 6e174994634d9484d54ea52c3c4e7cb1757a8fb0 Mon Sep 17 00:00:00 2001 From: Korbs Studio Date: Fri, 24 Feb 2023 03:57:50 -0500 Subject: [PATCH] Add drag area for macOS and Windows --- astro/components/Sidebar.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/astro/components/Sidebar.astro b/astro/components/Sidebar.astro index 243dbd6..1d17580 100644 --- a/astro/components/Sidebar.astro +++ b/astro/components/Sidebar.astro @@ -4,6 +4,7 @@ import { SIDEBARTOP, SIDEBARBOTTOM } from '../tabs' ---