Fix drag region name

This commit is contained in:
jeffvli
2022-12-28 19:18:37 -08:00
parent c86b452c90
commit 694969cf41
@@ -18,7 +18,7 @@ export const SidebarPlayQueue = () => {
h="50px"
mr="160px"
sx={{
'-webkit-app-region': 'drag',
WebkitAppRegion: 'drag',
zIndex: -1,
}}
/>