From 42142a30b2f936ac5c4934dedf1db3d529b4240f Mon Sep 17 00:00:00 2001 From: KorbsStudio Date: Fri, 24 Feb 2023 04:02:02 -0500 Subject: [PATCH] Add Drag Area --- astro/styles/index.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/astro/styles/index.scss b/astro/styles/index.scss index e598c73..e114f86 100644 --- a/astro/styles/index.scss +++ b/astro/styles/index.scss @@ -106,6 +106,12 @@ body { display: grid; grid-template-rows: 50px auto auto; background: var(--SidebarBackground); + .drag-area { + position: absolute; + width: 280px; + height: 74px; + app-region: drag; + } .sidebar-header { display: flex; align-items: center;